method

==

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Address
==(other_address) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/lib/action_mailbox/mail_ext/address_equality.rb, line 5
    def ==(other_address)
      other_address.is_a?(Mail::Address) && to_s == other_address.to_s
    end
Register or log in to add new notes.