Sha256: 8b006d1222c62cf9a936e01669a84776d10ae9e24d9034be72430f156d23ffbd

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# Include this file instead of googleajax so that results are simply hashes

module GoogleAjax
  class Base < Hash
    def initialize(h)
      super()
      replace(h)
    end

    def self.remap(h)
    end
  end
end

require 'googleajax'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
googleajax-0.2.0 lib/googleajax/as_hash.rb