Class: Glob
Instance Attribute Summary
Attributes inherited from FileName
Instance Method Summary collapse
Methods inherited from FileName
#extname, #initialize, #name, #no_dir?
Constructor Details
This class inherits a constructor from FileName
Instance Method Details
#fuzzified ⇒ Object
4 5 6 |
# File 'lib/models/files/glob.rb', line 4 def fuzzified return fuzzy_dir, fuzzy_name end |