Method: CLI::UI::Frame::FrameStyle#print_at_x
- Defined in:
- lib/cli/ui/frame/frame_style.rb
#print_at_x(x, str) ⇒ Object
: (Integer x, String str) -> String
105 106 107 |
# File 'lib/cli/ui/frame/frame_style.rb', line 105 def print_at_x(x, str) CLI::UI::ANSI.cursor_horizontal_absolute(1 + x) + str end |