# File lib/sprockets/source_line.rb, line 11
    def comment
      @comment ||= line[/^\s*\/\/(.*)/, 1]
    end