Module: CousinRoman::IntegerExtension

Included in:
Integer
Defined in:
lib/cousin_roman/integer_extension.rb

Instance Method Summary collapse

Instance Method Details

#to_romanObject



3
4
5
# File 'lib/cousin_roman/integer_extension.rb', line 3

def to_roman
  CousinRoman::Arabian.to_roman(self)
end

#to_roman!Object



7
8
9
# File 'lib/cousin_roman/integer_extension.rb', line 7

def to_roman!
  CousinRoman::Arabian.to_roman!(self)
end