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.('~/.bashman')
- CONFIG =
File.("#{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 |