module Rack::Blogengine
BlogEngine Module used for namespacing @author [benny]
BlogEngine Module used for namespacing Used in all /lib files
@author [benny]
Constants
- VERSION
Current
Rack::Blogengine
Version
Attributes
config[RW]
documents[RW]
Public Class Methods
root()
click to toggle source
Method to return Gem Root Dir @return [String] Gem Root Folder
# File lib/rack/blogengine.rb, line 25 def root ::File.dirname(::File.dirname(::File.expand_path('..', __FILE__))) end