From: nobu@... Date: 2019-07-09T16:40:48+00:00 Subject: [ruby-core:93643] [Ruby master Bug#10463] :~@ and :!@ are not parsed correctly Issue #10463 has been updated by nobu (Nobuyoshi Nakada). jeremyevans0 (Jeremy Evans) wrote: > nobu (Nobuyoshi Nakada) wrote: > > If `:!@` and `:!` are different things, also `!foo` and `foo.!` are different things. > > I don't believe that is true. With the above patch: Sorry, forgot `@`, I wanted to mean `!foo` and `foo.!@`. ---------------------------------------- Bug #10463: :~@ and :!@ are not parsed correctly https://bugs.ruby-lang.org/issues/10463#change-79251 * Author: sawa (Tsuyoshi Sawada) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.1.4 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- The at mark in literal symbols `:~@` and `:!@` are ignored. ~~~ruby :~@ # => :~ :!@ # => :! ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: