module Pith::Compass::Initialize

Public Class Methods

new(file=nil, line=1, options={}, &block) click to toggle source
Calls superclass method
# File lib/pith/plugins/compass.rb, line 9
def initialize(file=nil, line=1, options={}, &block)
  options = options.merge(::Compass.sass_engine_options)
  super(file, line, options, &block)
end