1 2 3 4 5 6 7 8 9
class RoadBike < Bicycle # ... def spares { chain: '11-speed', tire_size: '23', tape_color: tape_color } end end