Method: VerilogTools::AST#to_a

Defined in:
lib/HDLRuby/verilog_parser.rb

#to_aObject

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