diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-08 19:48:29 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-08-18 12:31:51 +0900 |
| commit | 0de695e23c9fbfe5d8d363282a592787254def30 (patch) | |
| tree | a170a8182ec43ccbbf58fbbfef07a0dc5f3c130d | |
| parent | 5be3ebb0fdc67d0340c84af7f1086333f23b4240 (diff) | |
[ruby/json] Append newline at EOF [ci skip]
https://github.com/ruby/json/commit/72e231f929
| -rw-r--r-- | ext/json/lib/json/add/string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/add/string.rb b/ext/json/lib/json/add/string.rb index 64b1c217f8..9c3bde27fb 100644 --- a/ext/json/lib/json/add/string.rb +++ b/ext/json/lib/json/add/string.rb @@ -32,4 +32,4 @@ class String def to_json_raw(...) to_json_raw_object.to_json(...) end -end
\ No newline at end of file +end |
