method_optarg     838 ext/ripper/ripper.c #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
method_optarg     534 ext/ripper/ripper.y #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
method_optarg     838 parse.c        #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
method_optarg     534 parse.y        #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))