aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-10 09:42:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-10 09:42:27 +0000
commita01b6453eb9d9e396f76f7bc73439f6669d0f5fb (patch)
tree77956d46770060a490b6ab04752fff7b1f26d673 /defs
parent16e7869ded99732192e867b4e900b457bdef88a9 (diff)
downloadruby-a01b6453eb9d9e396f76f7bc73439f6669d0f5fb.tar.gz
Rename DOTQ to ANDDOT
* defs/id.def, parse.y: Switch internal token name to reflect current form of safe-call operator. [Fix GH-1090] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r--defs/id.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/id.def b/defs/id.def
index c576fbc663..9d336b24a7 100644
--- a/defs/id.def
+++ b/defs/id.def
@@ -98,7 +98,7 @@ token_ops = %[\
COLON3 ::
ANDOP &&
OROP ||
- DOTQ &.
+ ANDDOT &.
]
class KeywordError < RuntimeError