Method: Haml::Exec::Haml#initialize
- Defined in:
- lib/haml/exec.rb
#initialize(args) ⇒ Haml
:nodoc:
227 228 229 230 231 232 |
# File 'lib/haml/exec.rb', line 227 def initialize(args) super @name = "Haml" [:requires] = [] [:load_paths] = [] end |