Class: RIO::Match::Record::None

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

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

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

Instance Method Details

#match?(val, recno) ⇒ Boolean

Returns:

  • (Boolean)


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

def match?(val,recno) false end

#match_none?Boolean

Returns:

  • (Boolean)


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

def match_none?() true end