ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

Needed Level#play to return a boolean #44

Open choxi opened 12 years ago

choxi commented 12 years ago

I needed Level#play to return a pass/fail boolean for my particular case, it probably isn't strictly necessary for other use cases but I thought it made sense that it should.