Method: AskChatgpt::Helpers::DummyInputMethod#initialize

Defined in:
lib/ask_chatgpt/helpers.rb

#initialize(list = []) ⇒ DummyInputMethod

Returns a new instance of DummyInputMethod.



29
30
31
32
33
# File 'lib/ask_chatgpt/helpers.rb', line 29

def initialize(list = [])
  super("test")
  @line_no = 0
  @list = list
end