# File lib/cgikit/key_value_coding.rb, line 16 def value_for_key( __key ) # escape sharing local variable scope of instance_eval by __key. instance_eval(__key.to_s.untaint) end