mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-19 12:28:16 +01:00
Add tests to repository
This commit is contained in:
13
tests/ruby/singleton.rb
Normal file
13
tests/ruby/singleton.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class Foo
|
||||
def a
|
||||
end
|
||||
|
||||
def b
|
||||
end
|
||||
|
||||
def Foo.c(item)
|
||||
end
|
||||
|
||||
def self.d
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user