Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/terminal/join/extensions.rb
Instance Method Summary collapse
Instance Method Details
#style(*ansi, halign: :center, valign: :center, width: 0, height: 0, margin: 0) ⇒ Object
6 7 8 |
# File 'lib/terminal/join/extensions.rb', line 6 def style(*ansi, halign: :center, valign: :center, width: 0, height: 0, margin: 0) Terminal::Join.style(self, *ansi, halign:, valign:, width:, height:, margin:) end |