module Interscript::DSL::Items::Maps

Implementation of `map.x`

Public Class Methods

[](map) click to toggle source

Select a remote map

# File lib/interscript/dsl/items.rb, line 57
def [] map
  Symbol === map or raise TypeError, "A map name must be a Symbol, not #{alias_name.class}"
  Map.new(map)
end
Also aliased as: method_missing
method_missing(map)
Alias for: []