Method: CLI::UI::Frame::FrameStyle::Box.start

Defined in:
lib/cli/ui/frame/frame_style/box.rb

.start(text, color:) ⇒ Object



44
45
46
# File 'lib/cli/ui/frame/frame_style/box.rb', line 44

def start(text, color:)
  edge(text, color: color, first: TOP_LEFT)
end