# File lib/sprockets/environment.rb, line 48 def find_all(location) load_path.map { |pathname| pathname.find(location) }.compact end