module MrHyde

encoding: utf-8

NOTE: wrap gli config into a class see github.com/davetron5000/gli/issues/153

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
main() click to toggle source
# File lib/mrhyde.rb, line 23
def self.main
  exit Tool.new.run( ARGV )
end
root() click to toggle source
# File lib/mrhyde/version.rb, line 19
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/mrhyde/version.rb, line 11
def self.version
  VERSION
end