Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error logging in
object_changes_deserialized
I was trying to debug some code that was throwing a: ``` Psych::DisallowedClass: Tried to load unspecified class: Time ``` This warning was not being printed, because `Psych::DisallowedClass` is a subclass of `Psych::Exception`. So I think you want to use `is_a?`, not `instance_of?`.
- Loading branch information