summaryrefslogtreecommitdiff
path: root/lib/json/add/symbol.rb
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-06-07 17:29:10 +0200
committerFlorian Frank <flori@ping.de>2016-06-07 17:29:10 +0200
commit6327cbb815226cbdfe24b7ed41e015c6c1f2ac20 (patch)
treec1ac460a0de80f08d1a98b12ae696eb4a4032960 /lib/json/add/symbol.rb
parent98aa312dc9aa9b7dd66cf282d6eaf22eb94360fd (diff)
parentf931291a053caacd7396cff1fbcc336e50b2cdb7 (diff)
downloadjson-6327cbb815226cbdfe24b7ed41e015c6c1f2ac20.tar.gz
Merge pull request #283 from stomar/remove-comments
Remove comments from core classes in json/add
Diffstat (limited to 'lib/json/add/symbol.rb')
-rw-r--r--lib/json/add/symbol.rb1
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.