mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/ext/parser/parse.c: use ruby_xfree().
* ext/json/ext/parser/parse.rl: ditto. * ext/json/ext/parser/unicode.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55f9cc806d
commit
67526f3090
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class Struct
|
||||||
|
|
||||||
def to_json(*args)
|
def to_json(*args)
|
||||||
klass = self.class.name
|
klass = self.class.name
|
||||||
klass.to_s.empty? and raise JSON::JSONError, "Only named structs are supported!"
|
klass.nil? and raise JSON::JSONError, "Only named structs are supported!"
|
||||||
{
|
{
|
||||||
'json_class' => klass,
|
'json_class' => klass,
|
||||||
'v' => values,
|
'v' => values,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue