class Dry::Schema::Message

def eql?(other)

Other tags:
    Api: - private

Returns:
  • (Boolean) -

Parameters:
  • other (Message, String) --
def eql?(other)
  other.is_a?(String) ? text == other : super
end