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