Class: LLM::Shell::Command::ClearScreen
- Inherits:
-
LLM::Shell::Command
- Object
- LLM::Shell::Command
- LLM::Shell::Command::ClearScreen
- Defined in:
- lib/llm/shell/commands/clear_screen.rb
Instance Method Summary collapse
-
#call ⇒ void
Clears the screen.
Methods inherited from LLM::Shell::Command
builtin?, description, enabled?, inherited, #initialize, name
Constructor Details
This class inherits a constructor from LLM::Shell::Command
Instance Method Details
#call ⇒ void
This method returns an undefined value.
Clears the screen
11 |
# File 'lib/llm/shell/commands/clear_screen.rb', line 11 def call = clear_screen |