lib/ehcache/extensions.rb in jruby-ehcache-0.5.0 vs lib/ehcache/extensions.rb in jruby-ehcache-1.0.0

- old
+ new

@@ -1,4 +1,7 @@ +require 'active_support/core_ext/string/inflections' +require 'active_support/core_ext/array/extract_options' + class Hash # Merges self with another hash, recursively. # This code was lovingly stolen from some random gem: # http://gemjack.com/gems/tartan-0.1.1/classes/Hash.html # Thanks to whoever made it.