class Sprockets::AssetAttributes

def expand_root

Replaces `$root` placeholder with actual environment root.
def expand_root
  pathname.to_s.sub(/^\$root/, environment.root)
end