1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00
semantic/test/fixtures/ruby/analysis/preluded.rb
2018-03-23 11:25:05 -04:00

8 lines
70 B
Ruby

class Foo < Object
def inspect
"<foo>"
end
end
Foo.inspect()