class String
opening String
class to add from_roman_to_integer method
Public Instance Methods
from_roman_to_decimal()
click to toggle source
# File lib/roman_numbers.rb, line 18 def from_roman_to_decimal RomanNumbers::RomanNumber.new(self).convert_roman_to_decimal end