Method: CommandWindow#clear
- Defined in:
- lib/command_window.rb
#clear ⇒ Object
99 100 101 102 103 104 105 |
# File 'lib/command_window.rb', line 99 def clear if @command_line.nil? || @command_line == '' return help_prompt end @window.clear @window.refresh end |