# File webapp/htmlform.rb, line 81
    def [](key)
      if pair = @param.assoc(key)
        return pair.last.dup
      end
      return nil
    end