Method: SassC::Engine#initialize

Defined in:
lib/sassc/engine.rb

#initialize(template, options = {}) ⇒ Engine

Returns a new instance of Engine.



16
17
18
19
# File 'lib/sassc/engine.rb', line 16

def initialize(template, options = {})
  @template = template
  @options = options
end