Sha256: 0a7d5e7cf46a3f0bae6aa2700fce4ed85ce3b87178a7d68c8b4bd5c9b311e7a0
Contents?: true
Size: 304 Bytes
Versions: 42
Compression:
Stored size: 304 Bytes
Contents
module Nanoc::Int # @api private class Item < ::Nanoc::Int::Document # Returns an object that can be used for uniquely identifying objects. # # @api private # # @return [Object] An unique reference to this object def reference [:item, identifier.to_s] end end end
Version data entries
42 entries across 42 versions & 1 rubygems