a

Ruby code posted
created at 02 Jun 11:14

Edit | Back
1
2
3
4
5
6
class MountainBike < Bicycle
    # ...
    def spares
        super.merge(front_shock: front_shock)
    end
end
116 Bytes in 2 ms with coderay