Method: AskChatgpt::Prompts::WithCode#content
- Defined in:
- lib/ask_chatgpt/prompts/with_code.rb
#content ⇒ Object
11 12 13 |
# File 'lib/ask_chatgpt/prompts/with_code.rb', line 11 def content code_info.reject { |v| v.blank? }.join("\n") end |