Class: Glob

Inherits:
FileName show all
Defined in:
lib/models/files/glob.rb

Instance Attribute Summary

Attributes inherited from FileName

#dirname, #filename, #path

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

#fuzzifiedObject



4
5
6
# File 'lib/models/files/glob.rb', line 4

def fuzzified
  return fuzzy_dir, fuzzy_name
end