Module: Bashman

Included in:
Profile, Profile::HomeBrew, Profile::Shell
Defined in:
lib/bashman.rb,
lib/bashman/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

CONFIG_PATH =
File.expand_path('~/.bashman')
CONFIG =
File.expand_path("#{CONFIG_PATH}/config")
VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/bashman.rb', line 11

def self.included(base)
    base.extend(ClassMethods)
end

.versionObject



34
35
36
# File 'lib/bashman.rb', line 34

def Bashman.version
    puts Bashman::VERSION
end