Method: Muwu::RenderHtml#initialize
- Defined in:
- lib/muwu/render_html/render_html.rb
#initialize(project) ⇒ RenderHtml
Returns a new instance of RenderHtml.
11 12 13 14 15 |
# File 'lib/muwu/render_html/render_html.rb', line 11 def initialize(project) @manifest = project.manifest @project = project halt_if_project_has_fatal_exceptions end |