module Abstracta

Constants

AUTHOR
CRYPTONYM
RELEASE
VERSION

Public Class Methods

bootstrap!(opts={},&blk) click to toggle source
# File lib/abstracta.rb, line 15
def self.bootstrap!(opts={},&blk)
  Engine.boot(opts,&blk)
end
version() click to toggle source
# File lib/abstracta/version.rb, line 7
def self.version
  "v#{VERSION}-#{RELEASE} \"#{CRYPTONYM}\", (c) #{Date.today.year} #{AUTHOR}"
end