Class: Streamd::FixedStyle

Inherits:
SimpleDelegator
  • Object
show all
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

#verticalObject



9
# File 'lib/streamd/renderer.rb', line 9

def vertical; VERTICALS; end