a

Ruby code posted
created at 05 May 20:02

Edit | Back
1
2
3
4
5
6
7
def gear_inches
  ratio * diameter
end

def diameter
  wheel.diameter
end
79 Bytes in 3 ms with coderay