Module: Dotman
- Defined in:
- lib/dotman.rb,
lib/dotman/shell.rb,
lib/dotman/dotfile.rb,
lib/dotman/version.rb,
lib/dotman/dotfile_configuration.rb
Defined Under Namespace
Modules: Action, Check, Shell Classes: Dotfile, DotfileConfiguration
Constant Summary collapse
- VERSION =
"2.0.4"
Class Method Summary collapse
Class Method Details
.root_dir ⇒ Object
10 11 12 |
# File 'lib/dotman.rb', line 10 def self.root_dir File.('../..', __FILE__) end |