Class: RIO::Match::Entry::PathGlob
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
69 70 71 |
# File 'lib/rio/entrysel.rb', line 69 def =~(entry) ::File.fnmatch?(@match_to,entry.to_s) end |