# File lib/sprockets/asset.rb, line 76
    def mtime
      @mtime ||= environment.stat(pathname).mtime
    end