Method: CLI::UI::Frame::FrameStyle::Bracket.start
- Defined in:
- lib/cli/ui/frame/frame_style/bracket.rb
.start(text, color:) ⇒ Object
45 46 47 |
# File 'lib/cli/ui/frame/frame_style/bracket.rb', line 45 def start(text, color:) edge(text, color: color, first: TOP_LEFT) end |