Method: Moonrope::HtmlGenerator#initialize
- Defined in:
- lib/moonrope/html_generator.rb
#initialize(base, template_root_path) ⇒ HtmlGenerator
Returns a new instance of HtmlGenerator.
8 9 10 11 |
# File 'lib/moonrope/html_generator.rb', line 8 def initialize(base, template_root_path) @base = base @template_root_path = template_root_path end |