From 564f020cce8c782d943ddfc554c7b4ea7bee5fcf Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 4 Nov 2020 22:13:46 +0900 Subject: Hashie::Mash already includes Hashie::Extensions::PrettyInspect via Hashie::Hash --- lib/hashie/mash.rb | 1 - 1 file changed, 1 deletion(-) 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 # => # class Mash < Hash - include Hashie::Extensions::PrettyInspect include Hashie::Extensions::RubyVersionCheck extend Hashie::Extensions::KeyConflictWarning -- cgit v1.2.1