class Interscript::DSL::Items::Stages

Implementation of `map.x.stage.stagename` and `stage.stagename`

Public Class Methods

new(map=nil;) click to toggle source
# File lib/interscript/dsl/items.rb, line 82
def initialize map=nil; @map = map; end

Public Instance Methods

[](stage) click to toggle source
# File lib/interscript/dsl/items.rb, line 84
def [] stage
  Interscript::Node::Item::Stage.new(stage, map: @map)
end
Also aliased as: method_missing
method_missing(stage)
Alias for: []