method
    
    raise_unexpected_message_args_error
 
  raise_unexpected_message_args_error(expectation, *args)
  public
  
    Hide source    
    
      
  
# File lib/spec/mocks/proxy.rb, line 141 def raise_unexpected_message_args_error(expectation, *args) @error_generator.raise_unexpected_message_args_error expectation, *args end

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