Class: RIO::Match::Record::Symbol

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)


91
92
93
94
# File 'lib/rio/matchrecord.rb', line 91

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