diff options
author | Florian Frank <flori@ping.de> | 2011-08-30 18:56:44 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-08-30 18:56:44 +0200 |
commit | 0dd975a6ea54b63adc7af4d1fd40b8f9ab95cf46 (patch) | |
tree | fbf9f1bfaadb5faea0776ccb16fc3b9f5f6595f9 /.gitignore | |
parent | 2149f4185c598fb97db1cabb03d3a786bdb79385 (diff) | |
download | json-0dd975a6ea54b63adc7af4d1fd40b8f9ab95cf46.tar.gz |
Move rational and complex additions in own files
Also do not require Ruby's complex.rb and rational.rb if the top level
constants are already defined. This means Ruby 1.9 implementations are
extendend, but Ruby 1.8 implementations will require rational/complex
before they are extended. Having rational and complex additions in their
own files is an especially good thing, if one wants to avoid loading
complex and rational under Ruby 1.8.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ pkg .idea java/Json.iml Gemfile.lock +.rvmrc |