diff options
Diffstat (limited to 'lib/json/add/symbol.rb')
-rw-r--r-- | lib/json/add/symbol.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/json/add/symbol.rb b/lib/json/add/symbol.rb index 03dc9a5..6df77ca 100644 --- a/lib/json/add/symbol.rb +++ b/lib/json/add/symbol.rb @@ -2,7 +2,6 @@ unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end -# Symbol serialization/deserialization class Symbol # Returns a hash, that will be turned into a JSON object and represent this # object. |