module SaferMath

note: do not “pollute” Safe/SafeMath namespace / module

use its own module

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/safemath/version.rb, line 24
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/safemath/version.rb, line 16
def self.version
  VERSION
end