Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created April 23, 2013 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimweirich/5440424 to your computer and use it in GitHub Desktop.
Save jimweirich/5440424 to your computer and use it in GitHub Desktop.
What's up with line 4 in the exuberant_ctags output?
$ exuberant_ctags -e testdata/ruby/dog.rb
$ cat TAGS
^L
(null),142
module Animal^?Animal^A1,0
class Base^?Base^A5,34
class Dog < Animal::Base^?Dog^A8,54
def speak(string)^?speak^A11,111
def wag^?wag^A15,165
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment