Skip to content

Commit

Permalink
Use new terminology in examples (#5175)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke authored Feb 3, 2022
1 parent 83201e9 commit 72f0ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/por.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# PlainOldRuby.perform_async "like a dog", 3
#
class PlainOldRuby
include Sidekiq::Worker
include Sidekiq::Job

def perform(how_hard="super hard", how_long=1)
sleep how_long
Expand Down

0 comments on commit 72f0ddd

Please sign in to comment.