Class: RIO::Match::Entry::SelectorClassic

Inherits:
Selector show all
Defined in:
lib/rio/entrysel.rb

Instance Attribute Summary

Attributes inherited from Selector

#nosel, #sel

Instance Method Summary collapse

Methods inherited from Selector

#callstr, #entry_sel_args, #inspect, #match?, #process_entry_sel, #skip_type, #something_selected?, #something_skipped?

Constructor Details

#initialize(sel, nosel) ⇒ SelectorClassic

Returns a new instance of SelectorClassic.



239
240
241
242
# File 'lib/rio/entrysel.rb', line 239

def initialize(sel,nosel)
  @sel = sel
  @nosel = nosel
end