Method: AskChatgpt::Helpers::DummyInputMethod#gets

Defined in:
lib/ask_chatgpt/helpers.rb

#getsObject



35
36
37
# File 'lib/ask_chatgpt/helpers.rb', line 35

def gets
  @list[@line_no]&.tap {@line_no += 1}
end