class Sprockets::SourceFile

def find(location, kind = :file)

def find(location, kind = :file)
  pathname.parent_pathname.find(location, kind)
end