method
    
    warn
 
  
      v2.3.8 - 
      Show latest stable
 - 
    0 notes - 
    Class: ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy
    
  
warn(callstack, called, args)
  private
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/deprecation.rb, line 169 def warn(callstack, called, args) ActiveSupport::Deprecation.warn("#{@var} is deprecated! Call #{@method}.#{called} instead of #{@var}.#{called}. Args: #{args.inspect}", callstack) end

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