Libraries
»
rexml
(3.4.4)
»
Index
»
REXML
»
Light
»
Node
»
#each
Method: REXML::Light::Node#each
Defined in:
lib/rexml/light/node.rb
#
each
⇒
Object
36 37 38
# File 'lib/rexml/light/node.rb', line 36
def
each
size
.
times
{
|
x
|
yield
(
at
(
x
+
4
)
)
}
end