mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 20:10:27 +01:00
14 lines
104 B
Ruby
14 lines
104 B
Ruby
class Foo
|
|
def a
|
|
end
|
|
|
|
def b
|
|
end
|
|
|
|
def Foo.c(item)
|
|
end
|
|
|
|
def self.d
|
|
end
|
|
end
|