# File lib/parslet/scope.rb, line 20
    def []=(k,v)
      @hash.store(k,v)
    end