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

11 lines
103 B
Ruby

class Class1
def fun1()
foo = if bar
baz
end
end
def fun2()
end
end