10 11 12
# File 'lib/global_id/signed_global_id.rb', line 10 def parse(sgid, options = {}) super verify(sgid.to_s, options), options end