diff options
| -rw-r--r-- | ext/json/lib/json/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index 8a000aa359..a9682b94cf 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -168,7 +168,7 @@ module JSON class MissingUnicodeSupport < JSONError; end Fragment = Struct.new(:json) do - def to_json(state = nil) + def to_json(state = nil, *) json end end |
