# File lib/more/facets/roman.rb, line 139
  def to_s_roman
    English::RomanNumerals.from_integer(self) || ''
  end