lib/remailer/imap/client.rb in remailer-0.5.2 vs lib/remailer/imap/client.rb in remailer-0.6.0
- old
+ new
@@ -190,10 +190,10 @@
end
protected
# Switches to use the IMAP interpreter for all subsequent communication
def use_imap_interpreter!
- @interpreter = Interpreter.new(:delegate => self)
+ @interpreter = Interpreter.new(delegate: self)
end
def next_tag
@next_tag ||= (rand(1 << 32) << 32) | (1 << 64)