Method: CLI::UI::Frame::FrameStyle::Box.divider
- Defined in:
- lib/cli/ui/frame/frame_style/box.rb
.divider(text, color:) ⇒ Object
63 64 65 |
# File 'lib/cli/ui/frame/frame_style/box.rb', line 63 def divider(text, color:) edge(text, color: color, first: DIVIDER) end |