hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Wrap Stdio write in some tests and do a little cleanup. #8

Closed mattscilipoti closed 13 years ago

mattscilipoti commented 13 years ago

Here's another one. This doesn't (shouldn't?) change any functionality. Just adds some tests and a) refactors KidsRubyStdIo to make it testable and b) dries it up a little. I left the individual commits in both of these pull requests so you see the steps I took.

How's it look?

I can't do manual tests yet. Even though KidsRuby loads fine, I don't see any output.

kiafaldorius commented 13 years ago

Merged. Thanks!

ldenman commented 13 years ago

Woot! Nice commit!