mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
8 lines
70 B
Ruby
8 lines
70 B
Ruby
class Foo < Object
|
|
def inspect
|
|
"<foo>"
|
|
end
|
|
end
|
|
|
|
Foo.inspect()
|