Method: Interscript::Node::Rule::Run#inspect
- Defined in:
- lib/interscript/node/rule/run.rb
#inspect ⇒ Object
23 24 25 26 27 |
# File 'lib/interscript/node/rule/run.rb', line 23 def inspect out = "run #{@stage.inspect}" out += ", reverse_run: #{@reverse_run.inspect}" unless reverse_run.nil? out end |