1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

This commit is contained in:
git 2019-04-28 02:02:30 +09:00
parent cae0b73214
commit ed4f331879

View file

@ -55,7 +55,7 @@ module TestIRB
/reg/ => true,
Object.new => false,
Struct => true,
Test => true,
Test => true,
Struct.new(:a) => false,
Struct.new(:a).new(1) => false,
}.each do |object, result|