Method: CommandKit::Printing::Tables::BorderStyle#top_right_corner
- Defined in:
- lib/command_kit/printing/tables/border_style.rb
#top_right_corner ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The top-right-corner border character.
31 32 33 |
# File 'lib/command_kit/printing/tables/border_style.rb', line 31 def top_right_corner @top_right_corner end |