Method: Pantry#root

Defined in:
lib/pantry.rb

#root(config = Pantry.config) ⇒ Object

The root of all stored Pantry data for this Server/Client Uses Pantry.config.root_dir



94
95
96
# File 'lib/pantry.rb', line 94

def root(config = Pantry.config)
  Pathname.new(config.root_dir)
end