a

Ruby code posted
created at 02 Jun 17:03, updated at 02 Jun 17:10

Edit | Back
1
2
3
4
5
6
7
8
9
class Bicycle
  # ...
  def default_tire_size
    raise NotImplementedError
  end
end

bent = RecumbentBike.new(size: "L")
# => NotImplementedError: NotImplementedError
176 Bytes in 2 ms with coderay