From: sawadatsuyoshi@...
Date: 2014-11-01T02:13:11+00:00
Subject: [ruby-core:66039] [ruby-trunk - Bug #10463] [Open] :~@ and :!@ are	not parsed correctly

Issue #10463 has been reported by Tsuyoshi Sawada.

----------------------------------------
Bug #10463: :~@ and :!@ are not parsed correctly
https://bugs.ruby-lang.org/issues/10463

* Author: Tsuyoshi Sawada
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* 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/