class AdLint::Cpp::CppPhase
Public Class Methods
new(phase_ctxt, phase_name)
click to toggle source
Calls superclass method
# File lib/adlint/cpp/phase.rb, line 42 def initialize(phase_ctxt, phase_name) super(phase_ctxt, "cpp", phase_name) end