/code_katas

A repo for code katas written using the kata gem

Primary LanguageRuby

Code Katas

A repository of code katas written using the kata dsl

Installation

git clone git@github.com:wbailey/code_katas.git
cd code_katas
bundle install

Administering a Kata

See the documentation on the kata gem page

Contributions

  • Fork the project
  • Write kata dsl in a new ruby file
  • ruby -c the file to verify syntax
  • Push commits to your repository
  • Send me a pull request

Credits

Wes Bailey (Exposing Gotchas)