class Polymath::TooManyVariablesError
Public Class Methods
new(msg="There are too many variables in this polynomial")
click to toggle source
Calls superclass method
# File lib/polymath/error.rb, line 3 def initialize(msg="There are too many variables in this polynomial") super end