class Hashie::Mash::CannotDisableMashWarnings

Public Class Methods

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 67
def initialize(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.')
  super(message)
end