module Knigodej
Constants
- NAME
- VERSION
Public Class Methods
book(settings, dir, specbook = nil, basepath = './')
click to toggle source
# File lib/knigodej.rb, line 215 def self.book settings, dir, specbook = nil, basepath = './' # log + { settings: settings } TODO bs = BookShelf.new settings, basepath bs.make dir, specbook end