Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/cousin_roman/integer_extension.rb

Instance Method Summary collapse

Instance Method Details

#to_romanObject



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

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

#to_roman!Object



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

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