Module: Yamlet::Repository

Defined in:
lib/yamlet.rb

Class Method Summary collapse

Class Method Details

.storeObject



19
20
21
22
23
# File 'lib/yamlet.rb', line 19

def self.store
  @store ||= YAML::Store.new Yamlet.repository_file
rescue
  raise Yamlet::RepositoryNotFound.new("YAML file can't be located")
end