class Server::DB

Public Class Methods

new() click to toggle source
Calls superclass method JunglePath::DBAccess::IO::DB::new
# File lib/jungle_path/app/db/db.rb, line 9
def initialize
  super jungle.db
end