class Magick::RVG

def self.fmsg(*args)

cannot be converted, raise ArgumentError and issue a message.
Convert an array of method arguments to Float objects. If any
def self.fmsg(*args)
  "at least one argument cannot be converted to Float (got #{args.map(&:class).join(', ')})"
end