Method: CLI::UI::Frame::FrameStyle::Box.close
- Defined in:
- lib/cli/ui/frame/frame_style/box.rb
.close(text, color:, right_text: nil) ⇒ Object
83 84 85 |
# File 'lib/cli/ui/frame/frame_style/box.rb', line 83 def close(text, color:, right_text: nil) edge(text, color: color, right_text: right_text, first: BOTTOM_LEFT) end |