Ana Oprea ran us through some of the basics of backend and what to expect when working with it. Ana also takes a look at the Bento Box activity in her presentation.
= start_speed end # how the bike works def go_faster(increment): @speed += increment end def go_slower(decrement): @speed -= decrement end 30/11/2013 Rails Girls Munich 8