mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Do not include a backtick in error messages and backtraces
[Feature #16495]
This commit is contained in:
parent
926277bf82
commit
25d74b9527
64 changed files with 344 additions and 332 deletions
2
range.c
2
range.c
|
@ -78,7 +78,7 @@ range_modify(VALUE range)
|
|||
rb_check_frozen(range);
|
||||
/* Ranges are immutable, so that they should be initialized only once. */
|
||||
if (RANGE_EXCL(range) != Qnil) {
|
||||
rb_name_err_raise("`initialize' called twice", range, ID2SYM(idInitialize));
|
||||
rb_name_err_raise("'initialize' called twice", range, ID2SYM(idInitialize));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue