SYMBOL INDEX (33 symbols across 11 files) FILE: erruby_test/pipe_dot.rb function cal (line 1) | def cal function str (line 10) | def str FILE: erruby_test/undefined_method.rb class Foo (line 1) | class Foo FILE: rb_src/erruby.rb function parse (line 7) | def parse(src) function install_encoder (line 11) | def install_encoder FILE: rb_test/class_cross_call.rb class Foo (line 1) | class Foo method msg (line 2) | def msg class Bar (line 7) | class Bar method say (line 8) | def say FILE: rb_test/class_def.rb class Foo (line 1) | class Foo method message (line 2) | def message method hello (line 5) | def hello class Bar (line 9) | class Bar method message (line 10) | def message method hello (line 13) | def hello FILE: rb_test/class_inherent.rb class Foo (line 1) | class Foo method to_s (line 2) | def to_s class Bar (line 7) | class Bar < Foo class Alice (line 10) | class Alice < Bar method to_s (line 11) | def to_s FILE: rb_test/class_method.rb class Foo (line 1) | class Foo method bar (line 2) | def self.bar FILE: rb_test/ivar.rb class Foo (line 1) | class Foo method setup (line 2) | def setup method ivar (line 5) | def ivar FILE: rb_test/method_def.rb function hello_world_method_0 (line 2) | def hello_world_method_0 function hello_world_method_1 (line 6) | def hello_world_method_1(name) function hello_world_method_block (line 11) | def hello_world_method_block(n) function yield_with_arg (line 16) | def yield_with_arg(s,x) FILE: rb_test/nested_const.rb class Foo (line 1) | class Foo class Alice (line 3) | class Alice FILE: test.rb function run_single_mri_test (line 19) | def run_single_mri_test(fn, verbose:false) function run_mri_tests (line 27) | def run_mri_tests(verbose:)