class Interscript::Visualize::Map

Attributes

map[R]

Public Class Methods

new(map_name) click to toggle source
# File lib/interscript/visualize.rb, line 25
def initialize(map_name)
  @map = Interscript.parse(map_name)
end

Public Instance Methods

render_stage(map_name, stage) click to toggle source
# File lib/interscript/visualize.rb, line 31
def render_stage(map_name, stage)
  Stage.(map_name, stage)
end