In Files

  • matrix.rb

Parent

Methods

ExceptionForMatrix::ErrOperationNotImplemented

Public Class Methods

new(vals) click to toggle source
 
               # File matrix.rb, line 48
def initialize(vals)
  super("Sorry, Operation(#{vals[0]}) not implemented: #{vals[1]} op #{vals[2]}")
end