Method: Interscript::Node::Item::Stage#inspect
- Defined in:
- lib/interscript/node/item/stage.rb
#inspect ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/interscript/node/item/stage.rb', line 20 def inspect if map "map.#{@map}.stage.#{@name}" else "stage.#{@name}" end end |