# File lib/cgikit/key_value_coding.rb, line 21
  def stored_value_for_key( key )
    instance_variable_get("@#{key}")
  end