# File lib/less/rails/import_processor.rb, line 16 def initialize(filename, &block) @filename = filename @source = block.call end