Method: Dao::Db#ystore

Defined in:
lib/dao/db.rb

#ystoreObject



33
34
35
# File 'lib/dao/db.rb', line 33

def ystore
  @ystore ||= YAML::Store.new(path)
end