Methods
Instance Public methods
[]=(_name, _content)
📝 Source code
# File actionmailer/lib/action_mailer/base.rb, line 712
def []=(_name, _content); _raise_error end
🔎 See on GitHub
inline()
📝 Source code
# File actionmailer/lib/action_mailer/base.rb, line 711
def inline; _raise_error end
🔎 See on GitHub