krames / roman_numerals

Application to transform roman numerals to integers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numerals Project

Application to transform roman numerals to integers.

Objective

Write a Ruby module to transform roman numerals to integers. Let's keep it all Ruby for now (instead of Rails), and use Rspec for testing.

Examples

VII -> 7

XV1 -> 16

LX -> 60

Follow these steps to submit your code:

  1. To start, fork the repository.
  2. Clone the repository to your computer.
  3. Modify the files and commit changes to complete your solution.
  4. Push/sync the changes up to GitHub.
  5. Create a pull request on the original repository to turn in the assignment.

About

Application to transform roman numerals to integers.