Methods
T
Instance Public methods
test()
# File actionmailer/test/test_helper_test.rb, line 4
def test
  @world = "Earth"
  mail body: render(inline: "Hello, <%= @world %>"),
    to: "test@example.com",
    from: "tester@example.com"
end