summaryrefslogtreecommitdiff
path: root/ext/json/lib/json/add/symbol.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/lib/json/add/symbol.rb')
-rw-r--r--ext/json/lib/json/add/symbol.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/lib/json/add/symbol.rb b/ext/json/lib/json/add/symbol.rb
index 03dc9a56a5..6df77cab09 100644
--- a/ext/json/lib/json/add/symbol.rb
+++ b/ext/json/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.