class IluzioCalculator::RootNegativeError
Public Class Methods
new()
click to toggle source
Calls superclass method
IluzioCalculator::Error::new
# File lib/iluzio_calculator.rb, line 21 def initialize() super("Operands cannot be negative") end