summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-11-04 21:40:15 -0500
committerGitHub <noreply@github.com>2020-11-04 21:40:15 -0500
commitae55d8ed7502ed677b78a4d75cb52231d4f14c23 (patch)
tree8e9196a0ad0c62d69b0534d2a98d78b84a8f8b52
parent75410a6657090348de7bff3e5eab8aa684e49c38 (diff)
parent564f020cce8c782d943ddfc554c7b4ea7bee5fcf (diff)
downloadhashie-ae55d8ed7502ed677b78a4d75cb52231d4f14c23.tar.gz
Merge pull request #541 from amatsuda/uninclude_pretty_inspect
No need to include Hashie::Extensions::PrettyInspect into Hashie::Mash
-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