method
close
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::IdentityMap::Middleware::Body
close()public
No documentation available.
# File activerecord/lib/active_record/identity_map.rb, line 142
def close
@target.close if @target.respond_to?(:close)
ensure
IdentityMap.enabled = @original
IdentityMap.clear
end