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