class Magick::RVG
def self.fmsg(*args)
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
def self.fmsg(*args) "at least one argument cannot be converted to Float (got #{args.map(&:class).join(', ')})" end