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,
|
||||
Object.new => false,
|
||||
Struct => true,
|
||||
Test => true,
|
||||
Test => true,
|
||||
Struct.new(:a) => false,
|
||||
Struct.new(:a).new(1) => false,
|
||||
}.each do |object, result|
|
||||
|
|
Loading…
Reference in a new issue