class Falcon::Profile

def exists?(name)

def exists?(name)
  !find(name).nil?
end