Created
April 23, 2013 02:43
-
-
Save jimweirich/5440424 to your computer and use it in GitHub Desktop.
What's up with line 4 in the exuberant_ctags output?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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