A simple ruby solution about luhn algorithm. see Naver Dictionary or Wikipedia
You need to install bundler:
$ gem install bundler
and install gems of this project:
$ bundle install
To run the tests:
$ bundle exec rspec spec --format=doc
or autotest with guard:
$ bundle exec guard
Sunghee Kang <paranoiase@gmail.com>