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