An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/ruby-numerals

Nashville Rails Beginners Exercise
https://github.com/maxbeizer/ruby-numerals

Last synced: about 1 year ago
JSON representation

Nashville Rails Beginners Exercise

Awesome Lists containing this project

README

          

# Ruby Numeral
A code kata for the [Nashville Rails Beginners Group](http://www.meetup.com/nashvillerails-beginners/)

## Setup
```
$ rvm use 2.2.1@ruby-numerals --create --ruby-version
$ bundle install
```

## Run the tests
```
$ rake
```