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"
  @options[:requires] = []
  @options[:load_paths] = []
end