Sha256: 4748b5350cc7a201b1c107c66f0c8d55d14c66e2c3818aaf7e69bb6cea5a8169
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Physical class Item < Cuboid DEFAULT_LENGTH = 0 attr_reader :properties def initialize(properties: {}, **args) @properties = properties super(args) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
physical-0.1.1 | lib/physical/item.rb |
physical-0.1.0 | lib/physical/item.rb |