class C
Public Class Methods
new()
click to toggle source
# File typeprof-0.21.2/vscode/sandbox/test.rb, line 2 def initialize end
Public Instance Methods
get_bar()
click to toggle source
# File typeprof-0.21.2/vscode/sandbox/test.rb, line 9 def get_bar :Foo_bar end
get_foo()
click to toggle source
# File typeprof-0.21.2/vscode/sandbox/test.rb, line 5 def get_foo :Foo_foo end