Class: Lab42::Text::SimpleBox

Inherits:
Object
  • Object
show all
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 options = {}
  set_options! options
  [ 
    header_line,
    *bordered_lines,
    footer_line
  ]
end