method
reset_runtime
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
reset_runtime(#:nodoc:)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 93
def reset_runtime #:nodoc:
rt, @runtime = @runtime, 0
rt
end