hashie/hashie

Undefined quiet method

Messiviski opened this issue · 4 comments

Everytime that i try to use quiet method it show to me that the quiet method is undefined

Example ->
Hashie::Mash.quiet.new({'random': 'teste'})

Returns ->
image

This method was added in PR #488

Is this a bug or i'm doing something wrong?

What version of Hashie are you using?

I'm using 3.6.0

That method was introduced in v4.0.0

Ahh thx man, helped a lot