# File lib/rspec/core/deprecation.rb, line 46
    def []=(k,v)
      RSpec.deprecate(@method, @alternate_method)
      super(k,v)
    end