Sha256: 3f37072f66aad14d845093bf90925ae9e33d2f7570dc1bb2c4e9957b4b47bf3f

Contents?: true

Size: 269 Bytes

Versions: 8

Compression:

Stored size: 269 Bytes

Contents

module SimpleCommander
  module Methods
    include SimpleCommander::UI
    include SimpleCommander::UI::AskForClass
    include SimpleCommander::Delegates

    if $stdin.tty? && (cols = $terminal.output_cols) >= 40
      $terminal.wrap_at = cols - 5
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
simple_commander-0.6.1 lib/simple_commander/methods.rb
simple_commander-0.6.0 lib/simple_commander/methods.rb
simple_commander-0.5.1 lib/simple_commander/methods.rb
simple_commander-0.5.0 lib/simple_commander/methods.rb
simple_commander-0.4.0 lib/simple_commander/methods.rb
simple_commander-0.3.1 lib/simple_commander/methods.rb
simple_commander-0.3.0 lib/simple_commander/methods.rb
simple_commander-0.1.0 lib/simple_commander/methods.rb