method
    
    method_missing
 
  method_missing(called, *args, &block)
  private
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 22 def method_missing(called, *args, &block) warn caller, called, args target.__send__(called, *args, &block) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
 = protected
 = protected
  