method
list
list()
public
Hide source
# File lib/webrick/httputils.rb, line 270 def list ret = [] each_data{|data| ret << data.to_s } ret end