Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/string/roman.rb
Instance Method Summary collapse
Instance Method Details
#to_roman ⇒ Object
50 51 52 |
# File 'lib/string/roman.rb', line 50 def to_roman BBLib.to_roman self.to_i end |