Method: Mail::Field#same
- Defined in:
- lib/mail/field.rb
#same(other) ⇒ Object
242 243 244 |
# File 'lib/mail/field.rb', line 242 def same(other) other.kind_of?(self.class) && Utilities.match_to_s(other.name, name) end |
242 243 244 |
# File 'lib/mail/field.rb', line 242 def same(other) other.kind_of?(self.class) && Utilities.match_to_s(other.name, name) end |