Class: Streamd::FixedStyle
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Streamd::FixedStyle
- Defined in:
- lib/streamd/renderer.rb
Constant Summary collapse
- VERTICALS =
[' '] * 3
- HORIZONTALS =
['─'] * 6
Instance Method Summary collapse
Instance Method Details
#horizontal(_) ⇒ Object
10 |
# File 'lib/streamd/renderer.rb', line 10 def horizontal(_); HORIZONTALS; end |
#vertical ⇒ Object
9 |
# File 'lib/streamd/renderer.rb', line 9 def vertical; VERTICALS; end |