Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 194 Bytes

Arrabiata - dead simple conversion of roman letters <> arabic numerals

Example

    >> Arrabiata.to_arabic("MC")
    => 1100

    >> Arrabiata.to_roman(1100)
    => "MC"