mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7bcc535a05
commit
19e6af9f00
1 changed files with 1 additions and 1 deletions
2
re.c
2
re.c
|
@ -3085,7 +3085,7 @@ reg_operand(VALUE s, int check)
|
|||
return rb_sym2str(s);
|
||||
}
|
||||
else {
|
||||
return check ? rb_str_to_str(s) : rb_check_string_type(s);
|
||||
return check ? rb_str_to_str(s) : rb_check_string_type(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue