class Object

Public Instance Methods

perform()
Also aliased as: perform_without_coverband
perform_with_coverband() click to toggle source
# File lib/coverband/integrations/resque.rb, line 27
def perform_with_coverband
  perform_without_coverband
ensure
  Coverband.report_coverage
end
Also aliased as: perform
perform_without_coverband()
Alias for: perform