module Sprockets::Trail

def root

useful set this to your applications root directory. (`Rails.root`)
All relative paths are expanded with root as its base. To be

Returns `Environment` root.
def root
  trail.root.dup
end