Module: Bookfile
- Defined in:
- lib/bookfile/builder.rb,
lib/bookfile/version.rb,
lib/bookfile/bookfile.rb,
lib/bookfile/book/book.rb,
lib/bookfile/book/config.rb,
lib/bookfile/package/package.rb,
lib/bookfile/database/database.rb
Defined Under Namespace
Classes: BeerDef, BookConfig, BookCtx, BookDef, BookPackage, Bookfile, Builder, Database, FootballDef, PageCtx, WorldDef
Constant Summary
collapse
- VERSION =
'0.2.0'
Class Method Summary
collapse
Class Method Details
.banner ⇒ Object
6
7
8
|
# File 'lib/bookfile/version.rb', line 6
def self.banner
"bookfile/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
end
|
.root ⇒ Object
10
11
12
|
# File 'lib/bookfile/version.rb', line 10
def self.root
"#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
|