# File lib/more/facets/roman.rb, line 120
  def is_roman_numeral?(string)
    REGEXP =~ string
  end