teamcity-ruby-client
teamcity-ruby-client copied to clipboard
hashie mash is spamming the console
The hashie mash lib is spamming the console..
W, [2018-01-03T11:39:49.110265 #8] WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#count defined in Enumerable. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.
Either mute it: Hashie.logger = Logger.new(nil) or find a different workaround..
Handy lib by the way!