Class: AdLint::Ld::PreparePhase
- Defined in:
- lib/adlint/ld/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ PreparePhase
constructor
A new instance of PreparePhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ PreparePhase
Returns a new instance of PreparePhase.
135 136 137 |
# File 'lib/adlint/ld/phase.rb', line 135 def initialize(phase_ctxt) super(phase_ctxt, "pre") end |