Method: Superscript::Runner#arm!
- Defined in:
- lib/superscript/runner.rb
#arm!(reason = nil) ⇒ Object
47 48 49 50 |
# File 'lib/superscript/runner.rb', line 47 def arm!(reason=nil) p [:arm!, reason] if ENV["SUPERSCRIPT_DEBUG"] @armed = true end |