diff options
author | Sam Rawlins <[email protected]> | 2014-04-01 14:20:13 -0700 |
---|---|---|
committer | git <[email protected]> | 2025-05-01 17:54:18 +0000 |
commit | 3176cd699359e5dc276f15452dc5ed828b58c628 () | |
tree | 72aa17281e7ead3dda61f6ed29e69df17c8231bb /ext | |
parent | 136dc52663b3e3a1a6c4efd3c4621ea2a7aacd17 (diff) |
[ruby/psych] fix error in @dis_catch
https://.com/ruby/psych/commit/9df5501fdc
-rw-r--r-- | ext/psych/lib/psych/visitors/yaml_tree.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ module Psych method = respond_to?(method) ? method : h[klass.superclass] - raise(TypeError, "Can't dump #{target.class}") unless method h[klass] = method end.compare_by_identity |