1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 20:10:27 +01:00
Files
tagbar/tests/ruby/singleton.rb
2013-04-06 00:59:14 +13:00

14 lines
104 B
Ruby

class Foo
def a
end
def b
end
def Foo.c(item)
end
def self.d
end
end