Source: show | on GitHub
# File sample/drb/drbm.rb, line 44 def initialize(foo) @hoge = foo.hello end
# File sample/export.rb, line 34 def quux super baz() end