module Sprockets::Trail

def paths

`prepend_path`, and `clear_paths`.
have no affect on the environment. See `append_path`,
Note that a copy of the `Array` is returned so mutating will

These paths will be used for asset logical path lookups.

Returns an `Array` of path `String`s.
def paths
  trail.paths.dup
end