mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
b5146e375a
commit
3e6b9926b7
1 changed files with 1 additions and 1 deletions
|
@ -3848,7 +3848,7 @@ vm_opt_plus(VALUE recv, VALUE obj)
|
|||
else if (RBASIC_CLASS(recv) == rb_cString &&
|
||||
RBASIC_CLASS(obj) == rb_cString &&
|
||||
BASIC_OP_UNREDEFINED_P(BOP_PLUS, STRING_REDEFINED_OP_FLAG)) {
|
||||
return rb_str_opt_plus(recv, obj);
|
||||
return rb_str_opt_plus(recv, obj);
|
||||
}
|
||||
else if (RBASIC_CLASS(recv) == rb_cArray &&
|
||||
RBASIC_CLASS(obj) == rb_cArray &&
|
||||
|
|
Loading…
Reference in a new issue