class Opal::HikePathFinder

def find path

def find path
  pathname = Pathname(path)
  return path if pathname.absolute? and pathname.exist?
  super
end