class GlobalID

def find(gid, options = {})

def find(gid, options = {})
  parse(gid, options).try(:find, options)
end