1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* append newline at EOF.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2014-12-28 22:29:27 +00:00
parent 4a481ad400
commit 6a488fdeda

View file

@ -25,4 +25,4 @@ class Complex
def to_json(*)
as_json.to_json
end
end
end