diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-28 22:29:27 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-28 22:29:27 +0000 |
commit | 6a488fdedafa68f1722eded7a1ef87fe8f63f3ae (patch) | |
tree | c5f3f64fb0c0a0e23bc943134c2fa25fb3c498d7 /ext/json/lib/json/add | |
parent | 4a481ad400a88e704d07c68aa8112c2a28bdf2c9 (diff) |
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/json/lib/json/add')
-rw-r--r-- | ext/json/lib/json/add/complex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/add/complex.rb b/ext/json/lib/json/add/complex.rb index 2723f60103..3d653bb50d 100644 --- a/ext/json/lib/json/add/complex.rb +++ b/ext/json/lib/json/add/complex.rb @@ -25,4 +25,4 @@ class Complex def to_json(*) as_json.to_json end -end
\ No newline at end of file +end |