Sha256: b19e1639fbed0646ecea697f0e0a2851527af5278c594828ecce994d5b3e2b2a
Contents?: true
Size: 368 Bytes
Versions: 40
Compression:
Stored size: 368 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'ramaze/store/default' TodoList = Ramaze::Store::Default.new('todolist.db') { 'Laundry' => {:done => false}, 'Wash dishes' => {:done => false}, }.each do |title, value| TodoList[title] = value end
Version data entries
40 entries across 40 versions & 7 rubygems