Method: List::Matcher::Node#flatten

Defined in:
lib/list_matcher.rb

#flattenObject



460
461
462
# File 'lib/list_matcher.rb', line 460

def flatten
  children.each{ |c| c.flatten }
end