From: ko1@... Date: 2019-09-02T06:30:57+00:00 Subject: [ruby-core:94731] [Ruby master Feature#10463] :~@ and :!@ are not parsed correctly Issue #10463 has been updated by ko1 (Koichi Sasada). Backport deleted (2.0.0: UNKNOWN, 2.1: UNKNOWN) ruby -v deleted (2.1.4) Assignee changed from nobu (Nobuyoshi Nakada) to matz (Yukihiro Matsumoto) Tracker changed from Bug to Feature ---------------------------------------- Feature #10463: :~@ and :!@ are not parsed correctly https://bugs.ruby-lang.org/issues/10463#change-81347 * Author: sawa (Tsuyoshi Sawada) * Status: Open * 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: