class Sprockets::Asset

def relative_pathname

Get pathname with its root stripped.
def relative_pathname
  @relative_pathname ||= Pathname.new(relativize_root_path(pathname))
end