summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hashie/hash.rb2
-rw-r--r--lib/hashie/mash.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/hashie/hash.rb b/lib/hashie/hash.rb
index 0f87364..edd8293 100644
--- a/lib/hashie/hash.rb
+++ b/lib/hashie/hash.rb
@@ -1,3 +1,5 @@
+require 'hashie/hash_extensions'
+
module Hashie
# A Hashie Hash is simply a Hash that has convenience
# functions baked in such as stringify_keys that may
diff --git a/lib/hashie/mash.rb b/lib/hashie/mash.rb
index 91ba79e..c8bb678 100644
--- a/lib/hashie/mash.rb
+++ b/lib/hashie/mash.rb
@@ -1,3 +1,5 @@
+require 'hashie/hash'
+
module Hashie
# Mash allows you to create pseudo-objects that have method-like
# accessors for hash keys. This is useful for such implementations