Sha256: 63a33f9ccee9410e31745fc2f251b901157af16dd0c8a61f97df7653edbe01c2
Contents?: true
Size: 167 Bytes
Versions: 37
Compression:
Stored size: 167 Bytes
Contents
# frozen_string_literal: true module Nanoc::Int # @api private class Item < ::Nanoc::Int::Document def reference "item:#{identifier}" end end end
Version data entries
37 entries across 37 versions & 1 rubygems