Class: RIO::Match::Entry::PathRegexp
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RIO::Match::Entry::Base
Instance Method Details
#=~(entry) ⇒ Object
74 75 76 |
# File 'lib/rio/entrysel.rb', line 74 def =~(entry) @match_to =~ entry.to_s end |