We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f8a62 commit 55b5f1cCopy full SHA for 55b5f1c
1 file changed
test/net/imap/fake_server/command_reader.rb
@@ -10,7 +10,7 @@ class CommandReader
10
11
def initialize(socket)
12
@socket = socket
13
- @last_comma0 = nil
+ @last_command = nil
14
end
15
16
def get_command
0 commit comments