Class: RIO::Match::Record::All

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

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

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

Instance Method Details

#match?(val, recno) ⇒ Boolean

Returns:

  • (Boolean)


55
# File 'lib/rio/matchrecord.rb', line 55

def match?(val,recno) true end

#match_all?Boolean

Returns:

  • (Boolean)


56
# File 'lib/rio/matchrecord.rb', line 56

def match_all?() true end