Class: SimpleRag::CLI
- Inherits:
-
Object
- Object
- SimpleRag::CLI
- Defined in:
- lib/simple_rag/cli.rb
Class Method Summary collapse
Class Method Details
.start(args) ⇒ Object
3 4 5 6 |
# File 'lib/simple_rag/cli.rb', line 3 def self.start(args) puts "Hello from SimpleRag!" SimpleRag::Engine.new.run end |