类 ExceptionForMatrix::ErrOperationNotImplemented
公共类方法
new(vals) 点击切换源代码
调用父类方法
# File matrix-0.4.2/lib/matrix.rb, line 49 def initialize(vals) super("Sorry, Operation(#{vals[0]}) not implemented: #{vals[1]} op #{vals[2]}") end