Sha256: 37336f118de6b56b884ba4a271789d57ce5867bace0f1103bc8ffa838cb59873
Contents?: true
Size: 209 Bytes
Versions: 15
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Nanoc class ItemCollectionWithoutRepsView < ::Nanoc::IdentifiableCollectionView # @api private def view_class Nanoc::ItemWithoutRepsView end end end
Version data entries
15 entries across 15 versions & 1 rubygems