21 22 23
# File 'actionmailbox/lib/action_mailbox/router.rb', line 21 def add_route(address, to:) routes.append Route.new(address, to: to) end