There's no documentation for this item.
# File rio/matchrecord.rb, line 84 def match?(val,recno) #p "match?(#{val},#{recno}) select_arg=#{@select_arg}" args = [val,recno,@therio] @select_arg.call(*args[0,@select_arg.arity]) end
<code/>
<pre/>
<code/>and<pre/>for code samples.