Class: LLM::Shell::Command::ClearScreen
- Inherits:
-
Object
- Object
- LLM::Shell::Command::ClearScreen
- Includes:
- Utils
- Defined in:
- lib/llm/shell/commands/clear_screen.rb
Instance Method Summary collapse
-
#initialize(context) ⇒ LLM::Shell::Command::ClearScreen
constructor
-
#call ⇒ void
Clears the screen.
Constructor Details
#initialize(context) ⇒ LLM::Shell::Command::ClearScreen
12 13 14 |
# File 'lib/llm/shell/commands/clear_screen.rb', line 12 def initialize(context) @context = context end |
Instance Method Details
#call ⇒ void
This method returns an undefined value.
Clears the screen
19 |
# File 'lib/llm/shell/commands/clear_screen.rb', line 19 def call = clear_screen |