summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-09 13:39:24 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-09 13:39:24 +0900
commite077a910b62ef448380c3f9607d740e5c98100b3 (patch)
tree8c7f7fa66d6e787a0f0cdb011b9a70957a47da4e /spec/ruby
parenta28c166f787710227c6aac54befd72778f041485 (diff)
Fix message of ExceptionForMatrix::ErrOperationNotDefined
``` % RBENV_VERSION=2.6.5 ruby -r matrix -e 'Vector[1]*Vector[2] rescue p($!)' #<ExceptionForMatrix::ErrOperationNotDefined: Operation(*) can't be defined: Vector op Vector> % RBENV_VERSION=2.7.0 ruby -r matrix -e 'Vector[1]*Vector[2] rescue p($!)' #<ExceptionForMatrix::ErrOperationNotDefined: Operation(*) can\'t be defined: Vector op Vector> % RBENV_VERSION=master ruby -r matrix -e 'Vector[1]*Vector[2] rescue p($!)' #<ExceptionForMatrix::ErrOperationNotDefined: Operation(*) can't be defined: Vector op Vector> ```
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions