module T::Enum::LegacyMigrationMode
def ===(other)
def ===(other) case other when String if T::Configuration.legacy_t_enum_migration_mode? comparison_assertion_failed(:===, other) self.serialize == other else false end else super(other) end end
def ===(other) case other when String if T::Configuration.legacy_t_enum_migration_mode? comparison_assertion_failed(:===, other) self.serialize == other else false end else super(other) end end