Method: BSON::Undefined#==
- Defined in:
- lib/bson/undefined.rb
#==(other) ⇒ true, false
Determine if undefined is equal to another object.
43 44 45 |
# File 'lib/bson/undefined.rb', line 43 def ==(other) self.class == other.class end |