Sha256: 8a8e8eaeca14a529ef723208eec42c7cf46bdc398b15b8a65302963b909fe3ff
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
class ActionLinkSeparator def initialize(weight) @weight = weight end attr_reader :weight def ==(other) other == :separator end def name_to_cache; end # :nodoc: end
Version data entries
4 entries across 4 versions & 1 rubygems