1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00
semantic/test/corpus/toc/ruby/methods.B.rb

7 lines
51 B
Ruby

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