Method: SassC::ImportHandler#initialize
- Defined in:
- lib/sassc/import_handler.rb
#initialize(options) ⇒ ImportHandler
Returns a new instance of ImportHandler.
3 4 5 6 7 8 9 |
# File 'lib/sassc/import_handler.rb', line 3 def initialize() @importer = if [:importer] [:importer].new() else nil end end |