module ActiveModel
module ActiveModel::GlobalIdentification
class ActiveModel::GlobalID
class ActiveModel::GlobalLocator
class ActiveModel::SignedGlobalID
activemodel-globalid
0.1.0
# ==
def ==(other_global_id) other_global_id.is_a?(GlobalID) && to_s == other_global_id.to_s end