StandardError
# File 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
This page was generated for Ruby 2.7.1
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.