Method: Looksee.default_width
- Defined in:
- lib/looksee/clean.rb
.default_width ⇒ Object
The width to use for displaying output, when not available in the COLUMNS environment variable.
Default: 80
31 32 33 |
# File 'lib/looksee/clean.rb', line 31 def default_width @default_width end |