Method: Ftpmock::Cache#path

Defined in:
lib/ftpmock/core/cache.rb

#pathObject



11
12
13
# File 'lib/ftpmock/core/cache.rb', line 11

def path
  @path ||= Pathname("#{configuration.path}/#{path_dir}")
end