# File lib/ruby_parser_extras.rb, line 901
  def []= k, v
    raise "no" if v == true
    self.current[k] = v
  end