module MarkMapper::Plugins::Equality::ClassMethods
Public Instance Methods
===(other)
click to toggle source
# File lib/mark_mapper/plugins/equality.rb, line 8 def ===(other) other.is_a?(self) end
# File lib/mark_mapper/plugins/equality.rb, line 8 def ===(other) other.is_a?(self) end