Sha256: 3967339e198fd0cc73cf24a69e6bd07d121a585ad732f1742abea5ccb028d430

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

require 'representable/json'
require 'representable/hash/collection'

module Representable::JSON
  module Collection
    include Representable::JSON

    def self.included(base)
      base.send :include, Representable::Hash::Collection
    end
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/representable-3.2.0/lib/representable/json/collection.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/representable-3.2.0/lib/representable/json/collection.rb
representable-3.2.0 lib/representable/json/collection.rb
representable-3.1.1 lib/representable/json/collection.rb
representable-3.1.0 lib/representable/json/collection.rb