Sha256: c7e34ea64b045823aecf1b8b508d5e0685a008bfb6a6af6846db2a711ae9a030
Contents?: true
Size: 127 Bytes
Versions: 14
Compression:
Stored size: 127 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Truck < Vehicle embeds_one :bed field :capacity, type: Integer end
Version data entries
14 entries across 14 versions & 1 rubygems