Method: Weby::HTML#each_node

Defined in:
lib/weby/html.rb

#each_node(&block) ⇒ Object



168
169
170
# File 'lib/weby/html.rb', line 168

def each_node(&block)
    (@nodeset || [@node]).each &block 
end