From e2042287a6e89f00eaf9ebc22f3d5e00d5767663 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Sun, 26 Jan 2020 17:40:46 +0900 Subject: [PATCH] Update result from var instance output [ci skip] Now @_start_transaction_state set to nil instead of empty hash from https://github.com/rails/rails/commit/b1458218c95d85c4ce911dd3e99da5ae7cf7aeee. --- guides/source/debugging_rails_applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 3976be50f0..398e6208b9 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -633,7 +633,7 @@ You can also inspect for an object method this way: ``` (byebug) var instance Article.new -@_start_transaction_state = {} +@_start_transaction_state = nil @aggregation_cache = {} @association_cache = {} @attributes = ##