Method: Html#each
- Defined in:
- lib/iron/web/html.rb
#each ⇒ Object
Implement enumerable
76 77 78 |
# File 'lib/iron/web/html.rb', line 76 def each @items.each {|v| yield v} if block_given? end |
Implement enumerable
76 77 78 |
# File 'lib/iron/web/html.rb', line 76 def each @items.each {|v| yield v} if block_given? end |