module Mono::Module::Monofile

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source

note: move root to its own namespace to avoid

conflict with Mono.root!!!!
# File lib/monofile/version.rb, line 21
def self.root
  File.expand_path( File.dirname(File.dirname(__FILE__) ))
end
version() click to toggle source
# File lib/monofile/version.rb, line 11
def self.version
  VERSION
end