Class: Flexdot::Console
- Inherits:
-
Object
- Object
- Flexdot::Console
- Defined in:
- lib/flexdot/console.rb
Defined Under Namespace
Classes: Status
Instance Method Summary collapse
-
#initialize(dotfiles_dir) ⇒ Console
constructor
A new instance of Console.
- #log(home_file) {|status| ... } ⇒ Object
Constructor Details
#initialize(dotfiles_dir) ⇒ Console
Returns a new instance of Console.
7 8 9 |
# File 'lib/flexdot/console.rb', line 7 def initialize(dotfiles_dir) @dotfiles_dir = dotfiles_dir end |