Parent

Methods

Class Index [+]

Quicksearch

Spec::HashWithDeprecationNotice

Public Class Methods

new(method, alternate_method=nil, &block) click to toggle source
    # File lib/spec/deprecation.rb, line 31
31:     def initialize(method, alternate_method=nil, &block)
32:       @method, @alternate_method = method, alternate_method
33:     end

Public Instance Methods

[]=(k,v) click to toggle source
    # File lib/spec/deprecation.rb, line 34
34:     def []=(k,v)
35:       Spec.deprecate(@method, @alternate_method)
36:       super
37:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.