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