mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-21 09:17:10 +08:00
11 lines
103 B
Ruby
11 lines
103 B
Ruby
class Class1
|
|
def fun1()
|
|
foo = if bar
|
|
baz
|
|
end
|
|
end
|
|
|
|
def fun2()
|
|
end
|
|
end
|