Class: LLM::Shell::Command::DebugMode
- Inherits:
-
LLM::Shell::Command
- Object
- LLM::Shell::Command
- LLM::Shell::Command::DebugMode
- Defined in:
- lib/llm/shell/commands/debug_mode.rb
Instance Method Summary collapse
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 ⇒ Object
8 9 10 |
# File 'lib/llm/shell/commands/debug_mode.rb', line 8 def call binding.irb end |