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)


77
78
79
# File 'lib/rio/matchrecord.rb', line 77

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