Skip to content

Commit d776d19

Browse files
committed
correct typo for respond func
1 parent 610f7af commit d776d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine_sidekiq/configure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Configure
2525
end
2626

2727
Sidekiq::Extensions::Klass.module_eval do
28-
remove_method :delay if respond_to(:delay)
28+
remove_method :delay if respond_to?(:delay)
2929
end
3030

3131
end

0 commit comments

Comments
 (0)