Method: TTY::Table::BorderOptions#to_hash
- Defined in:
- lib/tty/table/border_options.rb
#to_hash ⇒ Hash
Convert to hash
53 54 55 |
# File 'lib/tty/table/border_options.rb', line 53 def to_hash { characters: characters, separator: separator, style: style } end |