module BookFile
todo/fix:
render - auto-include/merge (global) book opts ??? build book twice (std, and inline:true) use global inline? helper instead of passing along opts[:inline] == true ???? - why, why not???
encoding: utf-8
Constants
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/bookfile/version.rb, line 10 def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end