Module: PWN::AI
- Defined in:
- lib/pwn/ai.rb,
lib/pwn/ai/grok.rb,
lib/pwn/ai/ollama.rb,
lib/pwn/ai/open_ai.rb
Overview
This file, using the autoload directive loads SP plugins into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
Defined Under Namespace
Class Method Summary collapse
-
.help ⇒ Object
Display a List of Every PWN::Plugins Module.
Class Method Details
.help ⇒ Object
Display a List of Every PWN::Plugins Module
14 15 16 |
# File 'lib/pwn/ai.rb', line 14 public_class_method def self.help constants.sort end |