From: mail@... Date: 2017-10-19T20:10:49+00:00 Subject: [ruby-core:83399] [Ruby trunk Feature#14033] Alias String#<< as String#append Issue #14033 has been reported by sos4nt (Stefan Sch����ler). ---------------------------------------- Feature #14033: Alias String#<< as String#append https://bugs.ruby-lang.org/issues/14033 * Author: sos4nt (Stefan Sch����ler) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Ruby 2.5 introduces `Array#append` as an alias for `<<` / `push`. Likewise, there should be `String#append` as an alias for `<<` / `concat`. The documentation for `<<` even says "append": > Append���Concatenates the given object to str. [...] And `String` already has a `prepend` method. -- https://bugs.ruby-lang.org/ Unsubscribe: