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