Sha256: 72cae0f81f53de0924ba4a7d12338f256ea17a3b710227029c32f92bcb2fb807
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
module MicroMicro module Collections class ItemsCollection < BaseCollection # @return [Array<Hash{Symbol => Array<String, Hash>}>] def to_a map(&:to_h) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
micromicro-0.1.0 | lib/micro_micro/collections/items_collection.rb |