class SignedGlobalID
def parse(sgid, options = {})
def parse(sgid, options = {}) if sgid.is_a? self sgid else super verify(sgid, options), options end end
def parse(sgid, options = {}) if sgid.is_a? self sgid else super verify(sgid, options), options end end