no_digits        13146 ext/ripper/ripper.c #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
no_digits        7397 ext/ripper/ripper.y #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
no_digits        13070 parse.c        #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)
no_digits        7397 parse.y        #define no_digits() do {yyerror("numeric literal without digits"); return 0;} while (0)