Skip to content
  • NARUSE, Yui's avatar
    373e6224
    merge revision(s) f7b72462: [Backport #19356] · 373e6224
    NARUSE, Yui authored
    	String#bytesplice should return self
    
    	In Feature #19314, we concluded that the return value of String#bytesplice
    	should be changed from the source string to the receiver, because the source
    	string is useless and confusing when extra arguments are added.
    
    	This change should be included in Ruby 3.2.1.
    	---
    	 string.c                 | 4 ++--
    	 test/ruby/test_string.rb | 2 +-
    	 2 files changed, 3 insertions(+), 3 deletions(-)
    373e6224
    merge revision(s) f7b72462: [Backport #19356]
    NARUSE, Yui authored
    	String#bytesplice should return self
    
    	In Feature #19314, we concluded that the return value of String#bytesplice
    	should be changed from the source string to the receiver, because the source
    	string is useless and confusing when extra arguments are added.
    
    	This change should be included in Ruby 3.2.1.
    	---
    	 string.c                 | 4 ++--
    	 test/ruby/test_string.rb | 2 +-
    	 2 files changed, 3 insertions(+), 3 deletions(-)
Loading