Skip to content

A roman/arabic numeral converter written in ruby

Notifications You must be signed in to change notification settings

Tuman829/kata-roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pillar kata: Roman/Arabic numeral converter

Set up instructions:

This will allow one to open IRB with methods available. These depend on the system including ruby. In terminal:

gem install bundler

bundle

irb -r ./app.rb 

Usage:

arabicize() will convert a roman numeral string into arabic numerals

romanize() will convert an int (arabic numeral) into roman numerals

Testing:

In terminal

Rspec

About

A roman/arabic numeral converter written in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages