roman.cr

Translate number into roman number. TDD oriented

roman

Build Status

Lib to convert a Hindu-Arabic number to Roman number.

I use this lib to learn how to test.

Installation

Add this to your application's shard.yml:

dependencies:
  roman:
    github: JadeKharats/roman

Usage

require "roman"
converter = Roman::Convert.new
converter.arabean(1)
=> "I"

Contributing

  1. Fork it ( https://github.com/[your-github-name]/roman/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

roman.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • over 4 years ago
  • June 29, 2018
License

MIT License

Links
Synced at

Sun, 19 May 2024 11:04:59 GMT

Languages