# File lib/ruby-vpi/verilog_parser.rb, line 92
92:       def output?
93:         @decl =~ /\boutput\b/
94:       end