# File lib/stomp/ext/hash.rb, line 6
  def uncamelize_and_symbolize_keys
    self.uncamelize_and_stringify_keys.symbolize_keys
  end