# File wfo/form.rb, line 172 def each_textarea @controls.each {|name, value, type| if type == :textarea yield name, value end } end