lib/sidekiq/cron/support.rb in sidekiq-cron-1.6.0 vs lib/sidekiq/cron/support.rb in sidekiq-cron-1.7.0
- old
+ new
@@ -26,10 +26,9 @@
break const if ancestor == Object
break ancestor if ancestor.const_defined?(name, false)
const
end
- # owner is in Object, so raise
constant.const_get(name, false)
end
end
end
end