class Sprockets::Base

def stat(path)

Subclasses may cache this method.

Works like `File.stat`.
def stat(path)
  trail.stat(path)
end