# File webapp/htmlform.rb, line 88 def lookup_all(key) result = [] @param.each {|k, val| result << val if k == key } return result end