TryRuby is a gem repl version of the wonderful website tryruby.org
gem install rails-girls-sofia-tryruby
And then execute to run through the exercise:
$ tryruby
- Remember the command history
- Print out all the work done at the end
- Create multiple levels of learning
- Expand what the REPL can do and teach
- Loadable DSL for scripts to teach aspects of ruby
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you get something committed, feel free to ask for commit rights!
Thanks!