# File lib/spec/deprecation.rb, line 37
    def []=(k,v)
      Spec.deprecate(@method, @alternate_method)
      super
    end