class Sprockets::Base

def expand_from_root(uri)

def expand_from_root(uri)
  URITar.new(uri, self).expand
end