lib/json/ext.rb in json_pure-1.8.6 vs lib/json/ext.rb in json_pure-2.0.0

- old
+ new

@@ -1,10 +1,4 @@ -if ENV['SIMPLECOV_COVERAGE'].to_i == 1 - require 'simplecov' - SimpleCov.start do - add_filter "/tests/" - end -end require 'json/common' module JSON # This module holds all the modules/classes that implement JSON's # functionality as C extensions.