Class
Pry::Helpers::Table
In:
lib/pry/helpers/table.rb
Parent:
Object
Methods
==
column_count=
columns
fits_on_line?
items=
new
rows_to_s
to_a
to_s
Attributes
column_count
[R]
items
[R]
Public Class methods
new
(items, args = {})
Public Instance methods
==
(other)
column_count=
(n)
columns
()
fits_on_line?
(line_length)
items=
(items)
rows_to_s
(style = :color_on)
to_a
()
to_s
()
[Validate]