Sha256: 3dfe8f6130e959d8c9b93ddd8099aef6256ec59748f2bb5478e75848dcca11bf
Contents?: true
Size: 192 Bytes
Versions: 11
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module OAuth2 # Hash which allow assign string key in camel case # and query on both camel and snake case class SnakyHash < ::Hashie::Mash::Rash end end
Version data entries
11 entries across 11 versions & 1 rubygems