You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A a.rb /^class A$/;" c
B b.rb /^class B$/;" c
testClassA a.rb /^ def self.testClassA$/;" F class:A
testClassB b.rb /^ def self.testClassB$/;" F class:B
testInstanceA a.rb /^ def testInstanceA$/;" f class:A
testInstanceB b.rb /^ def testInstanceB$/;" f class:B
The text was updated successfully, but these errors were encountered:
In some case in Ruby i use nested method same this:
universal ctags make tag also for my nested method, but ripper-tgas no.
ctags --languages=ruby
ripper-tags -R
The text was updated successfully, but these errors were encountered: