Method: AdLint::Cpp::Prepare1Phase#initialize
- Defined in:
- lib/adlint/cpp/phase.rb
#initialize(phase_ctxt) ⇒ Prepare1Phase
Returns a new instance of Prepare1Phase.
48 49 50 |
# File 'lib/adlint/cpp/phase.rb', line 48 def initialize(phase_ctxt) super(phase_ctxt, "pr1") end |