Method: CLI::UI::Frame::FrameStyle#prefix_width
- Defined in:
- lib/cli/ui/frame/frame_style.rb
#prefix_width ⇒ Object
Returns the printing width of the prefix : -> Integer
51 52 53 |
# File 'lib/cli/ui/frame/frame_style.rb', line 51 def prefix_width CLI::UI::ANSI.printing_width(prefix) end |