class Integer
opening Integer
class to add from_integer_to_roman method
Public Instance Methods
to_roman()
click to toggle source
# File lib/roman_numbers.rb, line 25 def to_roman RomanNumbers::RomanNumber.new(self).convert_decimal_to_roman end