new(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.')click to toggle source
Calls superclass method
# File lib/hashie/mash.rb, line 67definitialize(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.')
super(message)
end