From: matz@... Date: 2019-12-20T08:12:35+00:00 Subject: [ruby-core:96372] [Ruby master Feature#10463] :~@ and :!@ are not parsed correctly Issue #10463 has been updated by matz (Yukihiro Matsumoto). Status changed from Open to Rejected I don't see the practical benefit of this proposal. Besides that incompatibility is a clear drawback. Matz. ---------------------------------------- Feature #10463: :~@ and :!@ are not parsed correctly https://bugs.ruby-lang.org/issues/10463#change-83287 * Author: sawa (Tsuyoshi Sawada) * Status: Rejected * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) * Target version: ---------------------------------------- The at mark in literal symbols `:~@` and `:!@` are ignored. ~~~ruby :~@ # => :~ :!@ # => :! ~~~ ---Files-------------------------------- tilde-bang-at-symbols.patch (2.22 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>