class ExceptionForMatrix::ErrOperationNotDefined
Public Class Methods
Source
# File bundled-src/matrix-0.4.3/lib/matrix.rb, line 39 def initialize(vals) if vals.is_a?(Array) super("Operation(#{vals[0]}) can't be defined: #{vals[1]} op #{vals[2]}") else super(vals) end end
Calls superclass method
Exception::new