Skip to content

Commit

Permalink
Merge pull request #541 from amatsuda/uninclude_pretty_inspect
Browse files Browse the repository at this point in the history
No need to include Hashie::Extensions::PrettyInspect into Hashie::Mash
  • Loading branch information
dblock committed Nov 5, 2020
2 parents 75410a6 + 564f020 commit ae55d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hashie/mash.rb
Expand Up @@ -62,7 +62,6 @@ module Hashie
# mash.author # => <Mash>
#
class Mash < Hash
include Hashie::Extensions::PrettyInspect
include Hashie::Extensions::RubyVersionCheck
extend Hashie::Extensions::KeyConflictWarning

Expand Down

0 comments on commit ae55d8e

Please sign in to comment.