Method: NCore::LogSubscriber::ClassMethods#reset_runtime

Defined in:
lib/ncore/rails/log_subscriber.rb

#reset_runtimeObject



23
24
25
26
# File 'lib/ncore/rails/log_subscriber.rb', line 23

def reset_runtime
  rt, self.runtime = runtime, 0
  rt
end