lib/bunny/delivery_info.rb in bunny-2.19.0 vs lib/bunny/delivery_info.rb in bunny-2.20.0
- old
+ new
@@ -35,10 +35,10 @@
}
@consumer = consumer
@channel = channel
end
- # Iterates over the delivery properties
+ # Iterates over delivery properties
# @see Enumerable#each
def each(*args, &block)
@hash.each(*args, &block)
end