Sha256: 1d3a5bb4fb6d7745f803dc1f22e69ba24988672c7d83c6f7dffd15f11b20ca40
Contents?: true
Size: 141 Bytes
Versions: 29
Compression:
Stored size: 141 Bytes
Contents
# frozen_string_literal: true class Square < Shape field :width, type: Integer, default: 0 field :height, type: Integer, default: 0 end
Version data entries
29 entries across 29 versions & 1 rubygems