class AdLint::Cpp::Prepare2Phase
Public Class Methods
new(phase_ctxt)
click to toggle source
Calls superclass method
AdLint::Cpp::CppPhase::new
# File lib/adlint/cpp/phase.rb, line 80 def initialize(phase_ctxt) super(phase_ctxt, "pr2") end
Private Instance Methods
do_execute(*)
click to toggle source
# File lib/adlint/cpp/phase.rb, line 85 def do_execute(*) end