Method: Burr::UI#initialize
- Defined in:
- lib/burr/ui.rb
#initialize ⇒ UI
Returns a new instance of UI.
8 9 10 11 |
# File 'lib/burr/ui.rb', line 8 def initialize Thor::Base.shell = Thor::Shell::Basic if !STDOUT.tty? @shell = Thor::Base.shell.new end |