Method: CLI::UI::Frame::FrameStyle#prefix
- Defined in:
- lib/cli/ui/frame/frame_style.rb
#prefix ⇒ Object
This method is abstract.
Returns the character(s) that should be printed at the beginning of lines inside this frame : -> String
45 46 47 |
# File 'lib/cli/ui/frame/frame_style.rb', line 45 def prefix raise(NotImplementedError) end |