ruby: Fix parsing qualified identifiers
commit1ed29f1d7b948e7d7fde70499491673e65a04954
authorColomban Wendling <ban@herbesfolles.org>
Thu, 23 Jul 2015 20:50:24 +0000 (23 22:50 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 14 Mar 2016 18:27:22 +0000 (14 19:27 +0100)
tree6093fb507f5fa3d41ab9924a626d7d2240b7a4fe
parenteaf6c82af8f6f00b5231ea5254db3fb3a2569ad8
ruby: Fix parsing qualified identifiers

The implementation is a bit hacky, but avoids the need for complex
logic to pop several scopes at once.

Closes universal-ctags/ctags#452.
tagmanager/ctags/ruby.c
tests/ctags/Makefile.am
tests/ctags/ruby-namespaced-class.rb [new file with mode: 0644]
tests/ctags/ruby-namespaced-class.rb.tags [new file with mode: 0644]