# File lib/sprockets/secretary.rb, line 74 def from_root(path) if Sprockets.absolute?(path) path else File.join(@options[:root], path) end end