Sha256: 2dffb2eab99533c01f851e5eb9ca3ad38cb47566f9eaa98386661be20f36a461

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

module Commander
  module Methods
    include Commander::UI
    include Commander::UI::AskForClass
    include Commander::Delegates

    $terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 rescue 80 if $stdin.tty?
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
scoot-0.0.4 .bundle/gems/ruby/2.2.0/gems/commander-4.3.4/lib/commander/methods.rb
commander-4.3.4 lib/commander/methods.rb
commander-4.3.3 lib/commander/methods.rb
commander-4.3.2 lib/commander/methods.rb
commander-4.3.1 lib/commander/methods.rb