summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2020-11-04 22:13:46 +0900
committerAkira Matsuda <ronnie@dio.jp>2020-11-04 22:15:34 +0900
commit564f020cce8c782d943ddfc554c7b4ea7bee5fcf (patch)
tree8e9196a0ad0c62d69b0534d2a98d78b84a8f8b52
parent75410a6657090348de7bff3e5eab8aa684e49c38 (diff)
downloadhashie-564f020cce8c782d943ddfc554c7b4ea7bee5fcf.tar.gz
Hashie::Mash already includes Hashie::Extensions::PrettyInspect via Hashie::Hash
-rw-r--r--lib/hashie/mash.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hashie/mash.rb b/lib/hashie/mash.rb
index 6ab6e9a..f72633d 100644
--- a/lib/hashie/mash.rb
+++ b/lib/hashie/mash.rb
@@ -62,7 +62,6 @@ module Hashie
# mash.author # => <Mash>
#
class Mash < Hash
- include Hashie::Extensions::PrettyInspect
include Hashie::Extensions::RubyVersionCheck
extend Hashie::Extensions::KeyConflictWarning