class Less::Engine

def initialize_with_sass(obj, opts = {})

def initialize_with_sass(obj, opts = {})
  initialize_without_sass(obj, opts)
  @filename = obj.path if obj.is_a?(File)
end