Sha256: 886fd7cb61c787ea01d5fcff0b1e571fcea0abac9b5aa2bf25fdc537b0339907
Contents?: true
Size: 259 Bytes
Versions: 18
Compression:
Stored size: 259 Bytes
Contents
# encoding: UTF-8 module Spontaneous::Collections class StyleSet < PrototypeSet attr_reader :owner def initialize(owner) super(owner.supertype, :style_prototypes) @owner = owner end end # StyleSet end # Spontaneous::Collections
Version data entries
18 entries across 18 versions & 1 rubygems