Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/bblib/core/util/roman.rb

Instance Method Summary collapse

Instance Method Details

#to_romanObject



44
45
46
# File 'lib/bblib/core/util/roman.rb', line 44

def to_roman
  BBLib.to_roman to_i
end