ga-wdi-boston / ruby-fibonacci-challenge

Other
2 stars 147 forks source link

not finished but would like input on code so far. #23

Closed Soboscott closed 7 years ago

Soboscott commented 7 years ago

was not sure why fibionacci range was requiring a @stop

bernardlee commented 7 years ago

We want FibonacciRange to have @stop because we don't want an infinite sequence.