Libraries
»
list_matcher
(1.1.8)
»
Index
»
List
»
Matcher
»
Node
»
#flatten
Method: List::Matcher::Node#flatten
Defined in:
lib/list_matcher.rb
#
flatten
⇒
Object
460 461 462
# File 'lib/list_matcher.rb', line 460
def
flatten
children
.
each
{
|
c
|
c
.
flatten
}
end