method 
 method_missing
 
 method_missing(method_name, *args) protected  Hide source   
 # File actionmailer/lib/action_mailer/base.rb, line 549 def method_missing(method_name, *args) # :nodoc: if respond_to?(method_name) new(method_name, *args).message else super end end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
  
  
  
  
  
 