Method: Ccp::Persistent::Tsv#files

Defined in:
lib/ccp/persistent/tsv.rb

#filesObject



84
85
86
# File 'lib/ccp/persistent/tsv.rb', line 84

def files
  Dir["#{path}/*.#{ext}"] + Dir["#{path}/*.#{ext}.#{self.class.ext}"]
end