Module: AskChatgpt::Console
- Defined in:
- lib/ask_chatgpt/console.rb
Instance Method Summary collapse
- #gpt ⇒ Object (also: #chatgpt, #chat_gpt)
- #run(*args) ⇒ Object
Instance Method Details
#gpt ⇒ Object Also known as: chatgpt, chat_gpt
3 4 5 |
# File 'lib/ask_chatgpt/console.rb', line 3 def gpt AskChatGPT::Executor.call end |
#run(*args) ⇒ Object
10 11 12 |
# File 'lib/ask_chatgpt/console.rb', line 10 def run(*args) gpt(*args) end |