lib/backburner/connection.rb in backburner-0.1.1 vs lib/backburner/connection.rb in backburner-0.1.2
- old
+ new
@@ -11,10 +11,10 @@
def initialize(url)
@url = url
connect!
end
- # Sets the delegator object to the underlying beanstalk connection
+ # Sets the delegator object to the underlying beaneater pool
# self.put(...)
def __getobj__
__setobj__(@beanstalk)
super
end
\ No newline at end of file