method

wrap

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Address
wrap(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_wrapping.rb, line 5
    def self.wrap(address)
      address.is_a?(Mail::Address) ? address : Mail::Address.new(address)
    end
Register or log in to add new notes.