Convert to an array of children.
58 59 60
# File 'lib/HDLRuby/verilog_parser.rb', line 58 def to_a return self.each.to_a end