Parent

Methods

Class Index [+]

Quicksearch

RSpec::HashWithDeprecationNotice

@private

Public Class Methods

new(method, alternate_method=nil) click to toggle source
    # File lib/rspec/core/deprecation.rb, line 40
40:     def initialize(method, alternate_method=nil)
41:       @method, @alternate_method = method, alternate_method
42:     end

Public Instance Methods

[]=(k,v) click to toggle source
    # File lib/rspec/core/deprecation.rb, line 44
44:     def []=(k,v)
45:       RSpec.deprecate(@method, @alternate_method)
46:       super(k,v)
47:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.