1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +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