diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-02-09 13:39:24 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-02-09 13:39:24 +0900 |
| commit | e077a910b62ef448380c3f9607d740e5c98100b3 (patch) | |
| tree | 8c7f7fa66d6e787a0f0cdb011b9a70957a47da4e /spec/ruby/core/array/shared/intersection.rb | |
| parent | a28c166f787710227c6aac54befd72778f041485 (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/core/array/shared/intersection.rb')
0 files changed, 0 insertions, 0 deletions
