lib/foreplay.rb in foreplay-0.10.2 vs lib/foreplay.rb in foreplay-0.10.3
- old
+ new
@@ -1,6 +1,5 @@
-require 'active_support/core_ext'
require 'foreplay/version'
require 'foreplay/engine'
require 'foreplay/launcher'
module Foreplay
@@ -14,9 +13,11 @@
def terminate(message)
fail message
end
end
+require 'active_support'
+require 'active_support/core_ext'
require 'active_support/core_ext/object'
class Hash
# Returns a new hash with +hash+ and +other_hash+ merged recursively, including arrays.
#