Method: Stack::Templates::Page#initialize
- Defined in:
- lib/stack/templates/page.rb
#initialize(*args) ⇒ Page
Returns a new instance of Page.
7 8 9 10 11 |
# File 'lib/stack/templates/page.rb', line 7 def initialize(*args) super parse! end |