class Fixnum

Public Instance Methods

to_roman() click to toggle source
# File lib/romaniac/ext/fixnum.rb, line 2
def to_roman
  Roman(self)
end