Skip to content

Commit

Permalink
Commented out line 4: Gearman::Util doesn't have a 'debug' method or
Browse files Browse the repository at this point in the history
attribute
  • Loading branch information
catsby committed Dec 30, 2010
1 parent 63efb65 commit 505ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rubygems'
#require 'gearman'
require '../lib/gearman'
Gearman::Util.debug = true
# Gearman::Util.debug = true

servers = ['localhost:4730', 'localhost:4731']

Expand Down

0 comments on commit 505ea37

Please sign in to comment.