module RomanNumerals
Overview
Allows you to convert between roman and arabic numerals
Defined in:
RomanNumerals.crConstant Summary
- 
        VERSION = "0.1.0"
Class Method Summary
- 
        .convert(number : String) : Int32
        
          Converts Roman to Arabic Numerals 
- 
        .convert(n : Int32) : String
        
          Converts Arabic to Roman Numerals 
- 
        .isValid(number : String) : Bool
        
          Checks if the string is a valid roman numeral