Class: Lab42::Text::SimpleBox
- Inherits:
-
Object
- Object
- Lab42::Text::SimpleBox
- Defined in:
- lib/lab42/text/simple_box.rb
Instance Method Summary collapse
Instance Method Details
#render(options = {}) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/lab42/text/simple_box.rb', line 6 def render = {} [ header_line, *bordered_lines, ] end |