Class: Compass::Compiler
- Inherits:
-
Object
- Object
- Compass::Compiler
- Defined in:
- lib/compass/import_once/monkey_patches.rb
Instance Method Summary collapse
-
#initialize(working_path, from, to, options) ⇒ Compiler
constructor
A new instance of Compiler.
- #old_initialize ⇒ Object
Constructor Details
#initialize(working_path, from, to, options) ⇒ Compiler
Returns a new instance of Compiler.
6 7 8 9 |
# File 'lib/compass/import_once/monkey_patches.rb', line 6 def initialize(working_path, from, to, ) old_initialize(working_path, from, to, ) self.[:importer] = Sass::ImportOnce::Importer.new(from) end |
Instance Method Details
#old_initialize ⇒ Object
4 |
# File 'lib/compass/import_once/monkey_patches.rb', line 4 alias old_initialize initialize |