Method: Dao::Db.instance
- Defined in:
- lib/dao/db.rb
.instance ⇒ Object
206 207 208 |
# File 'lib/dao/db.rb', line 206 def instance @instance ||= Db.new(Db.default_path) end |
206 207 208 |
# File 'lib/dao/db.rb', line 206 def instance @instance ||= Db.new(Db.default_path) end |