Method: TTY::Table::Field#inspect
- Defined in:
- lib/tty/table/field.rb
#inspect ⇒ String
Inspect this instance attributes
160 161 162 163 |
# File 'lib/tty/table/field.rb', line 160 def inspect "#<#{self.class.name} value=#{value.inspect} " \ "rowspan=#{rowspan.inspect} colspan=#{colspan.inspect}>" end |