class DoctorStrange::Providers::Resque
Public Instance Methods
check!()
click to toggle source
# File lib/doctor_strange/providers/resque.rb, line 9 def check! ::Resque.info rescue Exception => e raise ResqueException.new(e.message) end