14 15 16 17 18
# File 'lib/netutils/parser.rb', line 14 def regexp r = @regexp[@state] r = /^.*$/ if r == nil return r end