Class: AdLint::Cc1::ReviewPhase
- Defined in:
- lib/adlint/cc1/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ ReviewPhase
constructor
A new instance of ReviewPhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ ReviewPhase
Returns a new instance of ReviewPhase.
114 115 116 |
# File 'lib/adlint/cc1/phase.rb', line 114 def initialize(phase_ctxt) super(phase_ctxt, "rv2") end |