Class: Worktree::Command::Configure

Inherits:
Object
  • Object
show all
Defined in:
lib/worktree/command/configure.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#do!Object



6
7
8
# File 'lib/worktree/command/configure.rb', line 6

def do!
  system("#{editor} #{Worktree::Config.config_file}")
end