Method: Leg::Page#initialize

Defined in:
lib/leg/page.rb

#initialize(filename = "tutorial") ⇒ Page

Returns a new instance of Page.



5
6
7
8
9
# File 'lib/leg/page.rb', line 5

def initialize(filename = "tutorial")
  @filename = filename
  @steps = []
  @footer_text = nil
end