SYMBOL INDEX (29 symbols across 7 files) FILE: javascript-typescript/sample.js class Cat (line 3) | class Cat { method canBark (line 4) | canBark() { FILE: rails/migration.rb class CreateClearanceUsers (line 1) | class CreateClearanceUsers < ActiveRecord::Migration method change (line 2) | def change FILE: rails/sample.rb class SomeClass (line 1) | class SomeClass FILE: ruby/sample_1.rb class SomeClass (line 1) | class SomeClass method initialize (line 4) | def initialize(attributes) method method_with_arguments (line 10) | def method_with_arguments(argument_one, argument_two) method method_with_required_keyword_arguments (line 16) | def method_with_required_keyword_arguments(one:, two:) method method_with_multiline_block (line 19) | def method_with_multiline_block method method_with_single_method_block (line 30) | def method_with_single_method_block method method_with_oneline_combined_methods_block (line 34) | def method_with_oneline_combined_methods_block method method_that_returns_an_array (line 38) | def method_that_returns_an_array method method_that_returns_a_hash (line 42) | def method_that_returns_a_hash method method_with_large_hash (line 46) | def method_with_large_hash method method_with_large_array (line 53) | def method_with_large_array method method_which_uses_infix_operators (line 61) | def method_which_uses_infix_operators method method_which_uses_unary_operator (line 65) | def method_which_uses_unary_operator method method_without_arguments (line 69) | def method_without_arguments method method_that_uses_factory (line 79) | def method_that_uses_factory method class_method (line 84) | def self.class_method method memoized_method (line 88) | def memoized_method method complex_condition? (line 98) | def complex_condition? type A (line 103) | module A class B (line 104) | class B FILE: ruby/sample_2.rb class PostSerializer (line 2) | class PostSerializer < ActiveModel::Serializer FILE: testing-rspec/avoid_let_spec.rb function build_policy (line 46) | def build_policy(report_id:, allowed_report_ids:) FILE: testing-rspec/predicate_tests_spec.rb class Thing (line 3) | class Thing method awesome? (line 4) | def awesome?