class Dry::Schema::Message
def eql?(other)
- Api: - private
Returns:
-
(Boolean)-
Parameters:
-
(Message, String) --
def eql?(other) other.is_a?(String) ? text == other : super end
(Boolean)
-
(Message, String)
--
def eql?(other) other.is_a?(String) ? text == other : super end