# File lib/ruby-vpi/verilog_parser.rb, line 83
83:       def reg?
84:         @decl =~ /\breg\b/
85:       end