# File lib/sprockets/source_file.rb, line 40
    def find(location, kind = :file)
      pathname.parent_pathname.find(location, kind)
    end