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