Class Methods
::
lib/matrix.rb
View on GitHub
# File tmp/rubies/ruby-3.0.5/lib/matrix.rb, line 49
def initialize(vals)
super("Sorry, Operation(#{vals[0]}) not implemented: #{vals[1]} op #{vals[2]}")
end
No documentation available