class Interscript::Visualize::Stage

Public Class Methods

new(map_name, stage_name, style=nil) click to toggle source
# File lib/interscript/visualize.rb, line 55
def initialize(map_name, stage_name, style=nil)
  @map = Interscript.parse(map_name)
  @group = map.stages[stage_name]
  @style = style
end