Method: CapitaGit::UI::Shell#initialize

Defined in:
lib/capita_git/ui.rb

#initialize(shell) ⇒ Shell

Returns a new instance of Shell.



23
24
25
26
27
# File 'lib/capita_git/ui.rb', line 23

def initialize(shell)
  @shell = shell
  @quiet = false
  @debug = ENV['DEBUG']
end