# File lib/sprockets/source_file.rb, line 36
    def each_source_line(&block)
      source_lines.each(&block)
    end