1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/fixtures/toc/ruby/methods.B.rb
2017-02-22 17:22:50 -08:00

7 lines
51 B
Ruby

def self.foo(a, *)
end
def bar
puts "hello"
end