Class: RIO::Match::Record::RegExp

Inherits:
Base show all
Defined in:
lib/rio/matchrecord.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #inspect, #match_all?, #match_none?, #val

Constructor Details

This class inherits a constructor from RIO::Match::Record::Base

Instance Method Details

#match?(val, recno) ⇒ Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/rio/matchrecord.rb', line 63

def match?(val,recno) 
  @select_arg.match(val)
end