# File lib/sprockets/preprocessor.rb, line 5 def initialize(environment, options = {}) @environment = environment @concatenation = Concatenation.new @source_files = [] @asset_paths = [] @options = options end