diff options
author | Florian Frank <flori@ping.de> | 2011-07-25 00:12:53 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-07-25 00:12:53 +0200 |
commit | 9320a2a18a4d09f8e8a83129db793057968928b1 (patch) | |
tree | 753727fca37c403eda2091463fa445a36a696aed /lib | |
parent | 6f6eeb049090017556aa80f84c6c68f29bd0f7d3 (diff) | |
download | json-9320a2a18a4d09f8e8a83129db793057968928b1.tar.gz |
delete after having been obsoleted
Diffstat (limited to 'lib')
-rw-r--r-- | lib/json/add/rails.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/json/add/rails.rb b/lib/json/add/rails.rb deleted file mode 100644 index af95e52..0000000 --- a/lib/json/add/rails.rb +++ /dev/null @@ -1,8 +0,0 @@ -# This file used to implementations of rails custom objects for -# serialisation/deserialisation and is obsoleted now. - -unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED - require 'json' -end - -$DEBUG and warn "required json/add/rails which is obsolete now!" |