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:
parent
cae0b73214
commit
ed4f331879
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ module TestIRB
|
||||||
/reg/ => true,
|
/reg/ => true,
|
||||||
Object.new => false,
|
Object.new => false,
|
||||||
Struct => true,
|
Struct => true,
|
||||||
Test => true,
|
Test => true,
|
||||||
Struct.new(:a) => false,
|
Struct.new(:a) => false,
|
||||||
Struct.new(:a).new(1) => false,
|
Struct.new(:a).new(1) => false,
|
||||||
}.each do |object, result|
|
}.each do |object, result|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue