Class: RIO::Match::Record::Case

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)


111
112
113
114
# File 'lib/rio/matchrecord.rb', line 111

def match?(val,recno)
  #p "match?(#{val},#{recno}) select_arg=#{@select_arg}"
  @select_arg === val
end