Class: HighLine

Inherits:
Object
  • Object
show all
Defined in:
lib/swift/playground/cli/ui.rb

Overview

If we aren’t using a TTY, then we need to avoid Highline attempting to set TTY specific features (such as ‘no echo mode’), as these will fail. We can do so by monkey patching Highline to make the methods that peform these functions no-ops:

Defined Under Namespace

Modules: SystemExtensions