diff options
author | GrantBirki <[email protected]> | 2025-05-17 11:35:55 -0700 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-05-19 11:19:17 +0900 |
commit | 9b25023fe485b00137d26877e793c6b2dcbdac6f () | |
tree | b1553b118cbfeb59375c143d853a341d7a11edcd | |
parent | dc69bebde7bfa2d0ee19178683f0c4dc22e080d5 (diff) |
[ruby/json] use `.` over `::` for consistency
https://.com/ruby/json/commit/f5c1b8c45d
-rw-r--r-- | ext/json/lib/json/common.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1072,7 +1072,7 @@ module ::Kernel end objs.each do |obj| - puts JSON::generate(obj, :allow_nan => true, :max_nesting => false) end nil end @@ -1087,7 +1087,7 @@ module ::Kernel end objs.each do |obj| - puts JSON::pretty_generate(obj, :allow_nan => true, :max_nesting => false) end nil end |