Method: MongoMapper::Plugins::Keys::Key#==
- Defined in:
- lib/mongo_mapper/plugins/keys.rb
#==(other) ⇒ Object
306 307 308 |
# File 'lib/mongo_mapper/plugins/keys.rb', line 306 def ==(other) @name == other.name && @type == other.type end |