class SnakyHash::Snake

def initialize(key_type: :string)

def initialize(key_type: :string)
  super()
  @key_type = key_type
end