Method: Coolline::Editor#clear_line
- Defined in:
- lib/coolline/editor.rb
#clear_line ⇒ Object
Removes all the characters in the line
147 148 149 150 |
# File 'lib/coolline/editor.rb', line 147 def clear_line line.clear self.pos = 0 end |