ctags/Test/bug1742588.rb

8 lines
56 B
Ruby

class A
def a()
super(" do ")
end
def b()
end
end