class Hashie::Mash

def self.disable_warnings

Returns:
  • (void) -

Other tags:
    Api: - semipublic
def self.disable_warnings
  fail CannotDisableMashWarnings if self == Hashie::Mash
  @disable_warnings = true
end