Skip to content

Commit

Permalink
Removed monkey patching of Hash#default_proc
Browse files Browse the repository at this point in the history
No longer used, because we use stringify instead of add_indifferent_access
  • Loading branch information
iainbeeston committed Oct 27, 2014
1 parent 0ff5962 commit c731fe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion lib/json-schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
MultiJson.respond_to?(:adapter) ? MultiJson.adapter : MultiJson.engine
end

require 'json-schema/util/hash'
require 'json-schema/util/array_set'
require 'json-schema/schema'
require 'json-schema/validator'
Expand Down
8 changes: 0 additions & 8 deletions lib/json-schema/util/hash.rb

This file was deleted.

0 comments on commit c731fe3

Please sign in to comment.