# File lib/less/rails/less_transformer.rb, line 39
      def self.config_to_less_parser_options(filename, scope)
        paths = config_paths(scope) + scope.environment.paths
        local_path = scope.pathname.dirname
        paths += [local_path] unless paths.include? local_path
        {:filename => filename, :paths => paths, :dumpLineNumbers => config_from_rails(scope).line_numbers}.merge(config_raw(scope))
      end