rb_raise          227 array.c        	rb_raise(rb_eSecurityError, "Insecure: can't modify array");
rb_raise          293 array.c        	rb_raise(rb_eArgError, "negative array size (or size too big)");
rb_raise          296 array.c        	rb_raise(rb_eArgError, "array size too big");
rb_raise          521 array.c        	rb_raise(rb_eArgError, "negative array size");
rb_raise          524 array.c        	rb_raise(rb_eArgError, "array size too big");
rb_raise          573 array.c        	    rb_raise(rb_eIndexError, "index %ld out of array",
rb_raise          578 array.c        	rb_raise(rb_eIndexError, "index %ld too big", idx);
rb_raise          652 array.c        	rb_raise(rb_eArgError, "negative array size");
rb_raise         1072 array.c        	    rb_raise(rb_eIndexError, "index %ld out of array", idx);
rb_raise         1180 array.c            if (len < 0) rb_raise(rb_eIndexError, "negative length (%ld)", len);
rb_raise         1185 array.c        	    rb_raise(rb_eIndexError, "index %ld out of array", beg);
rb_raise         1202 array.c        	    rb_raise(rb_eIndexError, "index %ld too big", beg);
rb_raise         1273 array.c        	rb_raise(rb_eArgError, "wrong number of arguments (%d for 2)", argc);
rb_raise         1310 array.c        	rb_raise(rb_eArgError, "wrong number of arguments (at least 1)");
rb_raise         1696 array.c        	rb_raise(rb_eRuntimeError, "sort reentered");
rb_raise         2307 array.c        	    rb_raise(rb_eIndexError, "element size differs (%ld should be %ld)",
rb_raise         2455 array.c        	rb_raise(rb_eArgError, "argument too big");
rb_raise         2564 array.c        	rb_raise(rb_eArgError, "negative argument");
rb_raise         2567 array.c        	rb_raise(rb_eArgError, "argument too big");
rb_raise         3126 array.c        		rb_raise(rb_eRuntimeError, "flatten reentered");
rb_raise         3136 array.c        		    rb_raise(rb_eArgError, "tried to flatten recursive array");
rb_raise         3518 array.c        	    rb_raise(rb_eRangeError, "too big for combination");
rb_raise         3637 array.c        	    rb_raise(rb_eRangeError, "too big to product");
rb_raise         3686 array.c        	rb_raise(rb_eArgError, "attempt to take negative size");
rb_raise         3733 array.c        	rb_raise(rb_eArgError, "attempt to drop negative size");
rb_raise          360 bignum.c       	rb_raise(rb_eRangeError, "bignum too big to convert into `quad int'");
rb_raise          491 bignum.c       	    rb_raise(rb_eArgError, "invalid radix %d", base);
rb_raise          848 bignum.c       	rb_raise(rb_eRangeError, "bignum too big to convert into `string'");
rb_raise          936 bignum.c       	rb_raise(rb_eArgError, "invalid radix %d", base);
rb_raise         1010 bignum.c       	    rb_raise(rb_eRangeError, "bignum too big to convert into `%s'", type);
rb_raise         1039 bignum.c       	    rb_raise(rb_eRangeError, "bignum out of range of unsigned long");
rb_raise         1053 bignum.c       	rb_raise(rb_eRangeError, "bignum too big to convert into `long'");
rb_raise         1069 bignum.c       	rb_raise(rb_eRangeError, "bignum too big to convert into `%s'", type);
rb_raise         1095 bignum.c       	rb_raise(rb_eRangeError, "bignum too big to convert into `long long'");
rb_raise         1113 bignum.c       	rb_raise(rb_eFloatDomainError, d < 0 ? "-Infinity" : "Infinity");
rb_raise         1116 bignum.c       	rb_raise(rb_eFloatDomainError, "NaN");
rb_raise         2147 bignum.c       	    rb_raise(rb_eTypeError, "can't convert Float into Integer");
rb_raise         2573 bignum.c       	rb_raise(rb_eTypeError, "can't coerce %s to Bignum",
rb_raise           49 class.c        	rb_raise(rb_eTypeError, "superclass must be a Class (%s given)",
rb_raise           53 class.c        	rb_raise(rb_eTypeError, "can't make subclass of singleton class");
rb_raise           63 class.c        	rb_raise(rb_eTypeError, "can't make subclass of Class");
rb_raise          134 class.c        	rb_raise(rb_eTypeError, "already initialized class");
rb_raise          137 class.c        	rb_raise(rb_eTypeError, "can't copy singleton class");
rb_raise          279 class.c        	    rb_raise(rb_eTypeError, "%s is not a class", name);
rb_raise          308 class.c        	    rb_raise(rb_eTypeError, "%s is not a class", name);
rb_raise          359 class.c        	rb_raise(rb_eTypeError, "%s is not a module", rb_obj_classname(module));
rb_raise          379 class.c        	rb_raise(rb_eTypeError, "%s::%s is not a module",
rb_raise          436 class.c        	    rb_raise(rb_eArgError, "cyclic include detected");
rb_raise          849 class.c        	rb_raise(rb_eTypeError, "can't define singleton");
rb_raise          935 class.c        	    rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", argc, n);
rb_raise          990 class.c        	rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", argc, i);
rb_raise           30 compar.c           rb_raise(rb_eArgError, "comparison of %s with %s failed",
rb_raise         4944 compile.c      		rb_raise(rb_eSyntaxError, "unknown operand type: %c", type);
rb_raise         4995 compile.c      	    rb_raise(rb_eSyntaxError, "dump_disasm_list error: %ld\n", FIX2LONG(link->type));
rb_raise         5053 compile.c          rb_raise(rb_eSyntaxError, "invalid exception symbol: %s",
rb_raise         5072 compile.c      	    rb_raise(rb_eSyntaxError, "wrong exception entry");
rb_raise         5184 compile.c      				    rb_raise(rb_eSyntaxError, "ISEQ is required");
rb_raise         5220 compile.c      			rb_raise(rb_eSyntaxError, "unknown operand: %c", insn_op_type(insn_id, j));
rb_raise         5229 compile.c      	    rb_raise(rb_eTypeError, "unexpected object for instruction");
rb_raise          348 complex.c      	    rb_raise(rb_eArgError, "not a real");
rb_raise          757 complex.c          rb_raise(rb_eTypeError, "%s can't be coerced into %s",
rb_raise         1009 complex.c      	rb_raise(rb_eRangeError, "can't convert %s into Integer",
rb_raise         1022 complex.c      	rb_raise(rb_eRangeError, "can't convert %s into Float",
rb_raise         1035 complex.c      	rb_raise(rb_eRangeError, "can't convert %s into Rational",
rb_raise         1213 complex.c      	rb_raise(rb_eArgError, "invalid value for Complex: %s",
rb_raise           70 cont.c           if (!ptr) rb_raise(rb_eFiberError, "uninitialized fiber");\
rb_raise          548 cont.c         	rb_raise(rb_eRuntimeError, "continuation called across threads");
rb_raise          551 cont.c         	rb_raise(rb_eRuntimeError, "continuation called across trap");
rb_raise          558 cont.c         	    rb_raise(rb_eRuntimeError, "continuation called across fiber");
rb_raise          725 cont.c         	    rb_raise(rb_eFiberError, "can't yield from root fiber");
rb_raise          854 cont.c         	rb_raise(rb_eFiberError, "fiber called across threads");
rb_raise          857 cont.c         	rb_raise(rb_eFiberError, "fiber called across trap");
rb_raise          860 cont.c         	rb_raise(rb_eFiberError, "dead fiber called");
rb_raise          893 cont.c         	rb_raise(rb_eFiberError, "double resume");
rb_raise          409 dir.c              rb_raise(rb_eIOError, "closed directory");
rb_raise          416 dir.c          	rb_raise(rb_eSecurityError, "Insecure: operation on trusted Dir");
rb_raise          626 dir.c          	rb_raise(rb_eSecurityError, "Insecure: can't close");
rb_raise          745 dir.c          	    if (!dist) rb_raise(rb_eArgError, "HOME/LOGDIR not set");
rb_raise         1697 dir.c          	rb_raise(rb_eTypeError, "wrong argument type %s (expected Dir)",
rb_raise         1208 dln.c              rb_raise(rb_eLoadError, "this executable file can't load extension libraries");
rb_raise          112 encoding.c     	rb_raise(rb_eTypeError, "wrong argument type %s (expected Encoding)",
rb_raise          143 encoding.c     	rb_raise(rb_eArgError, "invalid name encoding (non ASCII)");
rb_raise          147 encoding.c     	rb_raise(rb_eArgError, "unknown encoding name - %s", RSTRING_PTR(enc));
rb_raise          240 encoding.c     	    rb_raise(rb_eArgError, "encoding %s is already registered", name);
rb_raise          264 encoding.c     	rb_raise(rb_eArgError, "encoding %s is already registered", name);
rb_raise          518 encoding.c     	    rb_raise(rb_eArgError, "encoding %s is not registered", name);
rb_raise          637 encoding.c     	rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s",
rb_raise          724 encoding.c     	rb_raise(rb_eTypeError, "unknown encoding");
rb_raise          781 encoding.c             rb_raise(rb_eArgError, "empty string");
rb_raise          786 encoding.c     	rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(enc));
rb_raise          794 encoding.c     	rb_raise(rb_eArgError, "invalid codepoint 0x%x in %s", c, rb_enc_name(enc));
rb_raise         1115 encoding.c             rb_raise(rb_eArgError, "default external can not be nil");
rb_raise          692 enum.c         	rb_raise(rb_eRuntimeError, "sort_by reentered");
rb_raise          708 enum.c         	rb_raise(rb_eRuntimeError, "sort_by reentered");
rb_raise          803 enum.c         	rb_raise(rb_eRuntimeError, "sort_by reentered");
rb_raise         1615 enum.c         	rb_raise(rb_eArgError, "attempt to take negative size");
rb_raise         1688 enum.c         	rb_raise(rb_eArgError, "attempt to drop negative size");
rb_raise           71 enumerator.c   	rb_raise(rb_eTypeError,
rb_raise           76 enumerator.c   	rb_raise(rb_eArgError, "uninitialized enumerator");
rb_raise          152 enumerator.c       if (size <= 0) rb_raise(rb_eArgError, "invalid slice size");
rb_raise          209 enumerator.c       if (size <= 0) rb_raise(rb_eArgError, "invalid size");
rb_raise          276 enumerator.c   	rb_raise(rb_eArgError, "unallocated enumerator");
rb_raise          328 enumerator.c   	    rb_raise(rb_eArgError, "wrong number of argument (0 for 1+)");
rb_raise          351 enumerator.c   	rb_raise(rb_eTypeError, "can't copy execution context");
rb_raise          357 enumerator.c   	rb_raise(rb_eArgError, "unallocated enumerator");
rb_raise          526 enumerator.c   	rb_raise(rb_eStopIteration, "iteration reached at end");
rb_raise          571 enumerator.c   	rb_raise(rb_eTypeError,
rb_raise          576 enumerator.c   	rb_raise(rb_eArgError, "uninitialized yielder");
rb_raise          602 enumerator.c   	rb_raise(rb_eArgError, "unallocated yielder");
rb_raise          665 enumerator.c   	rb_raise(rb_eTypeError,
rb_raise          670 enumerator.c   	rb_raise(rb_eArgError, "uninitialized generator");
rb_raise          696 enumerator.c   	rb_raise(rb_eArgError, "unallocated generator");
rb_raise          720 enumerator.c   	    rb_raise(rb_eTypeError,
rb_raise          743 enumerator.c   	rb_raise(rb_eArgError, "unallocated generator");
rb_raise          308 error.c        		rb_raise(rb_eTypeError, "wrong argument type %s (expected %s)",
rb_raise          525 error.c        	    rb_raise(rb_eTypeError, err);
rb_raise          529 error.c        		rb_raise(rb_eTypeError, err);
rb_raise          846 error.c            rb_raise(rb_eArgError, "invalid value for %s: %s", type, RSTRING_PTR(s));
rb_raise          941 error.c        		rb_raise(rb_eTypeError, "invalid instance type");
rb_raise         1114 error.c            rb_raise(rb_eNotImpError,
rb_raise         1176 error.c            rb_raise(rb_eRuntimeError, "can't modify frozen %s", what);
rb_raise          426 eval.c             rb_raise(rb_eInterrupt, "%s", "");
rb_raise          498 eval.c         	    rb_raise(rb_eTypeError, "exception class/object expected");
rb_raise          503 eval.c         	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise          508 eval.c         	    rb_raise(rb_eTypeError, "exception object expected");
rb_raise          863 eval.c         	rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)");
rb_raise          947 eval.c         	rb_raise(rb_eTypeError, "assigning non-exception to $!");
rb_raise          955 eval.c         	    rb_raise(rb_eRuntimeError, "errinfo_setter: not in rescue clause.");
rb_raise          972 eval.c         	rb_raise(rb_eTypeError, "assigning non-exception to $!");
rb_raise         1000 eval.c         	rb_raise(rb_eArgError, "$! not set");
rb_raise           43 eval_jump.c    	rb_raise(rb_eArgError, "called without a block");
rb_raise          244 ext/bigdecimal/bigdecimal.c         rb_raise(rb_eTypeError, "%s can't be coerced into BigDecimal",
rb_raise          344 ext/bigdecimal/bigdecimal.c             rb_raise(rb_eTypeError, "load failed: invalid character in the marshaled string");
rb_raise          410 ext/bigdecimal/bigdecimal.c             rb_raise(rb_eTypeError, "second argument must be true or false");
rb_raise          441 ext/bigdecimal/bigdecimal.c             rb_raise(rb_eTypeError, "invalid rounding mode");
rb_raise          447 ext/bigdecimal/bigdecimal.c     rb_raise(rb_eTypeError, "first argument for BigDecimal#mode invalid");
rb_raise          479 ext/bigdecimal/bigdecimal.c         rb_raise(rb_eArgError, "argument must be positive");
rb_raise         1173 ext/bigdecimal/bigdecimal.c 	   rb_raise(rb_eZeroDivError, "divided by 0");
rb_raise         1361 ext/bigdecimal/bigdecimal.c             rb_raise(rb_eTypeError, "invalid rounding mode");
rb_raise         1818 ext/bigdecimal/bigdecimal.c             rb_raise(rb_eArgError, "argument must be positive");
rb_raise         2302 ext/bigdecimal/bigdecimal.c     else   rb_raise(exc, "%s", str);
rb_raise           55 ext/coverage/coverage.c 	rb_raise(rb_eRuntimeError, "coverage measurement is not enabled");
rb_raise           82 ext/curses/curses.c     rb_raise(rb_eRuntimeError, "already closed window");
rb_raise           87 ext/curses/curses.c 	rb_raise(rb_eSecurityError, "Insecure: operation on untainted window");\
rb_raise          107 ext/curses/curses.c 	rb_raise(rb_eRuntimeError, "failed to create window");
rb_raise          127 ext/curses/curses.c 	rb_raise(rb_eRuntimeError, "can't initialize curses");
rb_raise          321 ext/curses/curses.c 	    rb_raise(rb_eArgError, "string not corresponding a character");
rb_raise          325 ext/curses/curses.c 	    rb_raise(rb_eArgError, "no multibyte string supported (yet)");
rb_raise          659 ext/curses/curses.c   rb_raise(rb_eRuntimeError, "no such mouse event");
rb_raise          664 ext/curses/curses.c 	rb_raise(rb_eSecurityError, "Insecure: operation on untainted mouse");\
rb_raise           36 ext/dbm/dbm.c      rb_raise(rb_eDBMError, "closed DBM file");
rb_raise          195 ext/dbm/dbm.c  	rb_raise(rb_eIndexError, "key not found");
rb_raise          299 ext/dbm/dbm.c  	rb_raise(rb_eDBMError, "dbm_delete failed");
rb_raise          360 ext/dbm/dbm.c  	    rb_raise(rb_eDBMError, "dbm_delete failed");
rb_raise          381 ext/dbm/dbm.c  	    rb_raise(rb_eDBMError, "dbm_delete failed");
rb_raise          415 ext/dbm/dbm.c  	rb_raise(rb_eArgError, "pair must be [key, value]");
rb_raise          460 ext/dbm/dbm.c  	rb_raise(rb_eDBMError, "dbm_store failed");
rb_raise           40 ext/digest/bubblebabble/bubblebabble.c 	rb_raise(rb_eRuntimeError, "digest string too long");
rb_raise           52 ext/digest/digest.c         rb_raise(rb_eRuntimeError, "digest string too long");
rb_raise          100 ext/digest/digest.c     rb_raise(rb_eRuntimeError, "%s does not implement update()", RSTRING_PTR(rb_inspect(self)));
rb_raise          118 ext/digest/digest.c     rb_raise(rb_eRuntimeError, "%s does not implement finish()", RSTRING_PTR(rb_inspect(self)));
rb_raise          132 ext/digest/digest.c     rb_raise(rb_eRuntimeError, "%s does not implement reset()", RSTRING_PTR(rb_inspect(self)));
rb_raise          361 ext/digest/digest.c     rb_raise(rb_eRuntimeError, "%s does not implement block_length()", RSTRING_PTR(rb_inspect(self)));
rb_raise          387 ext/digest/digest.c         rb_raise(rb_eArgError, "no data given");
rb_raise          437 ext/digest/digest.c         rb_raise(rb_eRuntimeError, "Digest::Base cannot be directly inherited in Ruby");
rb_raise          450 ext/digest/digest.c         rb_raise(rb_eRuntimeError, "Incompatible digest API version");
rb_raise          464 ext/digest/digest.c 	rb_raise(rb_eNotImpError, "Digest::Base is an abstract class");
rb_raise           89 ext/dl/cfunc.c     rb_raise(rb_eTypeError, "DL::CFunc was expected");
rb_raise          235 ext/dl/cfunc.c   default: rb_raise(rb_eArgError, "too many arguments"); \
rb_raise          255 ext/dl/cfunc.c 	rb_raise(rb_eDLError, "can't call null-function");
rb_raise          261 ext/dl/cfunc.c 	    rb_raise(rb_eDLError, "too many arguments (stack overflow)");
rb_raise          362 ext/dl/cfunc.c 	    rb_raise(rb_eDLTypeError, "unknown type %d", cfunc->type);
rb_raise          460 ext/dl/cfunc.c 	    rb_raise(rb_eDLTypeError, "unknown type %d", cfunc->type);
rb_raise          464 ext/dl/cfunc.c 	rb_raise(rb_eDLError,
rb_raise           86 ext/dl/cptr.c      rb_raise(rb_eTypeError, "DL::PtrData was expected");
rb_raise          438 ext/dl/cptr.c  	    rb_raise(rb_eDLError, "to_ptr should return a CPtr object");
rb_raise           73 ext/dl/handle.c     rb_raise(rb_eDLError, "%s", err);
rb_raise           78 ext/dl/handle.c     rb_raise(rb_eDLError, "%s", err);
rb_raise          157 ext/dl/handle.c 	rb_raise(rb_eDLError, "closed handle");
rb_raise          189 ext/dl/handle.c 		    rb_raise(rb_eDLError, "unknown symbol \"%s\"", name);
rb_raise          207 ext/dl/handle.c 	    rb_raise(rb_eDLError, "unknown symbol \"%s\"", name);
rb_raise          138 ext/etc/etc.c      if (pwd == 0) rb_raise(rb_eArgError, "can't find user for %d", (int)uid);
rb_raise          161 ext/etc/etc.c      if (pwd == 0) rb_raise(rb_eArgError, "can't find user for %s", RSTRING_PTR(nam));
rb_raise          215 ext/etc/etc.c  	    rb_raise(rb_eRuntimeError, "parallel passwd iteration");
rb_raise          339 ext/etc/etc.c      if (grp == 0) rb_raise(rb_eArgError, "can't find group for %d", (int)gid);
rb_raise          365 ext/etc/etc.c      if (grp == 0) rb_raise(rb_eArgError, "can't find group for %s", RSTRING_PTR(nam));
rb_raise          419 ext/etc/etc.c  	    rb_raise(rb_eRuntimeError, "parallel group iteration");
rb_raise           83 ext/gdbm/gdbm.c     rb_raise(rb_eGDBMFatalError, "%s", msg);
rb_raise           94 ext/gdbm/gdbm.c     rb_raise(rb_eRuntimeError, "closed GDBM file");
rb_raise          233 ext/gdbm/gdbm.c             rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          393 ext/gdbm/gdbm.c         rb_raise(rb_eIndexError, "key not found");
rb_raise          511 ext/gdbm/gdbm.c         rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          620 ext/gdbm/gdbm.c             rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          631 ext/gdbm/gdbm.c                 rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          695 ext/gdbm/gdbm.c         rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          706 ext/gdbm/gdbm.c         rb_raise(rb_eArgError, "pair must be [key, value]");
rb_raise         1067 ext/gdbm/gdbm.c         rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise         1095 ext/gdbm/gdbm.c         rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise         1130 ext/gdbm/gdbm.c         rb_raise(rb_eGDBMError, "%s", gdbm_strerror(gdbm_errno));
rb_raise          296 ext/iconv/iconv.c 	rb_raise(rb_eArgError, "Iconv expected (%s)", rb_class2name(CLASS_OF(obj)));
rb_raise          410 ext/iconv/iconv.c 	rb_raise(rb_eArgError, "closed iconv");
rb_raise          589 ext/iconv/iconv.c 	rb_raise(rb_eArgError, "unknown option - %s", StringValueCStr(name));
rb_raise          717 ext/iconv/iconv.c 	rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", argc, 2);
rb_raise            9 ext/json/ext/generator/generator.c         rb_raise(eNestingError, "nesting of %ld is too deep", current_nesting); \
rb_raise          155 ext/json/ext/generator/generator.c                 rb_raise(eCircularDatastructure,
rb_raise          190 ext/json/ext/generator/generator.c                 rb_raise(eCircularDatastructure,
rb_raise          293 ext/json/ext/generator/generator.c             rb_raise(eGeneratorError, "%u: %s not allowed in JSON", __LINE__, StringValueCStr(tmp));
rb_raise          300 ext/json/ext/generator/generator.c             rb_raise(eGeneratorError, "%u: %s not allowed in JSON", __LINE__, StringValueCStr(tmp));
rb_raise          461 ext/json/ext/generator/generator.c         rb_raise(rb_eArgError, "opts has to be hash like or convertable into a hash");
rb_raise          111 ext/json/ext/generator/unicode.c             rb_raise(rb_path2class("JSON::GeneratorError"),
rb_raise          115 ext/json/ext/generator/unicode.c             rb_raise(rb_path2class("JSON::GeneratorError"),
rb_raise          136 ext/json/ext/generator/unicode.c                     rb_raise(rb_path2class("JSON::GeneratorError"),
rb_raise          170 ext/json/ext/generator/unicode.c                 rb_raise(rb_path2class("JSON::GeneratorError"),
rb_raise           58 ext/json/ext/parser/parser.c         rb_raise(eNestingError, "nesting of %d is to deep", json->current_nesting);
rb_raise          465 ext/json/ext/parser/parser.c                 rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
rb_raise          501 ext/json/ext/parser/parser.c             rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p - 8);
rb_raise          511 ext/json/ext/parser/parser.c             rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p - 2);
rb_raise          977 ext/json/ext/parser/parser.c         rb_raise(eNestingError, "nesting of %d is to deep", json->current_nesting);
rb_raise         1210 ext/json/ext/parser/parser.c         rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
rb_raise         1472 ext/json/ext/parser/parser.c         rb_raise(eParserError, "A JSON text must at least contain two octets!");
rb_raise         1477 ext/json/ext/parser/parser.c             rb_raise(rb_eArgError, "opts needs to be like a hash");
rb_raise         1694 ext/json/ext/parser/parser.c         rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
rb_raise          107 ext/json/ext/parser/unicode.c                     rb_raise(rb_path2class("JSON::ParserError"),
rb_raise          112 ext/json/ext/parser/unicode.c                 rb_raise(rb_path2class("JSON::ParserError"),
rb_raise          120 ext/json/ext/parser/unicode.c                 rb_raise(rb_path2class("JSON::ParserError"),
rb_raise          142 ext/nkf/nkf.c      if (!output_encoding) rb_raise(rb_eArgError, "no output encoding given");
rb_raise          281 ext/openssl/ossl_cipher.c 	    rb_raise(eCipherError, "salt must be an 8-octet string");
rb_raise          319 ext/openssl/ossl_cipher.c         rb_raise(rb_eArgError, "data must not be empty");
rb_raise          150 ext/openssl/ossl_config.c     else rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)");
rb_raise           94 ext/openssl/ossl_pkcs12.c             rb_raise(rb_eArgError, "Unknown PBE algorithm %s", StringValuePtr(key_nid));
rb_raise           98 ext/openssl/ossl_pkcs12.c             rb_raise(rb_eArgError, "Unknown PBE algorithm %s", StringValuePtr(cert_nid));
rb_raise           25 ext/openssl/ossl_pkey.h 	rb_raise(rb_eRuntimeError, "PKEY wasn't initialized!"); \
rb_raise           33 ext/openssl/ossl_pkey.h 	rb_raise(rb_eRuntimeError, "PKEY wasn't initialized!");\
rb_raise           45 ext/openssl/ossl_pkey_ec.c         rb_raise(eECError, "EC_KEY is not initialized"); \
rb_raise           57 ext/openssl/ossl_pkey_ec.c         rb_raise(eEC_GROUP, "missing ossl_ec_group structure"); \
rb_raise           64 ext/openssl/ossl_pkey_ec.c         rb_raise(eEC_GROUP, "EC_GROUP is not initialized"); \
rb_raise           76 ext/openssl/ossl_pkey_ec.c         rb_raise(eEC_POINT, "missing ossl_ec_point structure"); \
rb_raise           83 ext/openssl/ossl_pkey_ec.c         rb_raise(eEC_POINT, "EC_POINT is not initialized"); \
rb_raise          169 ext/openssl/ossl_pkey_ec.c         rb_raise(eECError, "EC_KEY already initialized");
rb_raise          475 ext/openssl/ossl_pkey_ec.c         rb_raise(eECError, "can't export - no public key set");
rb_raise          499 ext/openssl/ossl_pkey_ec.c                 rb_raise(rb_eArgError, "encryption is not supported when exporting this key type");
rb_raise          510 ext/openssl/ossl_pkey_ec.c                 rb_raise(rb_eArgError, "encryption is not supported when exporting this key type");
rb_raise          517 ext/openssl/ossl_pkey_ec.c                 rb_raise(rb_eArgError, "encryption is not supported when exporting this key type");
rb_raise          526 ext/openssl/ossl_pkey_ec.c     	rb_raise(rb_eRuntimeError, "unknown format (internal error)");
rb_raise          746 ext/openssl/ossl_pkey_ec.c         rb_raise(rb_eRuntimeError, "EC_GROUP is already initialized");
rb_raise          768 ext/openssl/ossl_pkey_ec.c                 rb_raise(rb_eArgError, "unknown symbol, must be :GFp_simple, :GFp_mont, :GFp_nist or :GF2m_simple");
rb_raise          817 ext/openssl/ossl_pkey_ec.c                 rb_raise(rb_eArgError, "unknown symbol, must be :GFp or :GF2m");
rb_raise          823 ext/openssl/ossl_pkey_ec.c              rb_raise(rb_eArgError, "unknown argument, must be :GFp or :GF2m");
rb_raise          828 ext/openssl/ossl_pkey_ec.c         rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         1044 ext/openssl/ossl_pkey_ec.c     default:	rb_raise(eEC_GROUP, "unsupported point conversion form: %d, this module should be updated", form);
rb_raise         1070 ext/openssl/ossl_pkey_ec.c         rb_raise(rb_eArgError, "form must be :compressed, :uncompressed, or :hybrid");
rb_raise         1153 ext/openssl/ossl_pkey_ec.c     	rb_raise(rb_eRuntimeError, "unknown format (internal error)");
rb_raise         1246 ext/openssl/ossl_pkey_ec.c         rb_raise(eEC_POINT, "EC_POINT already initialized");
rb_raise         1264 ext/openssl/ossl_pkey_ec.c             rb_raise(eEC_POINT, "wrong argument type: must be OpenSSL::PKey::EC::Point or OpenSSL::Pkey::EC::Group");
rb_raise         1270 ext/openssl/ossl_pkey_ec.c             rb_raise(rb_eArgError, "1st argument must be OpenSSL::PKey::EC::Group");
rb_raise         1291 ext/openssl/ossl_pkey_ec.c         rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         1298 ext/openssl/ossl_pkey_ec.c         rb_raise(rb_eRuntimeError, "missing group (internal error)");
rb_raise          828 ext/openssl/ossl_ssl.c         rb_raise(rb_eArgError, "arg must be Time or nil");
rb_raise          145 ext/openssl/ossl_ssl_session.c 			rb_raise(rb_eArgError, "unknown type");			\
rb_raise          339 ext/pty/pty.c  	rb_raise(rb_eRuntimeError, "openpty() failed");
rb_raise          348 ext/pty/pty.c  	rb_raise(rb_eRuntimeError, "_getpty() failed");
rb_raise          392 ext/pty/pty.c      if (!fail) rb_raise(rb_eRuntimeError, "can't get Master/Slave device");
rb_raise          412 ext/pty/pty.c      if (fail) rb_raise(rb_eRuntimeError, "can't get %s", SlaveName);
rb_raise           75 ext/racc/cparse/cparse.c         rb_raise(rb_eTypeError, "not symbol");
rb_raise          246 ext/racc/cparse/cparse.c         rb_raise(rb_eArgError, "%s() is finished before EndOfToken",
rb_raise          285 ext/racc/cparse/cparse.c         rb_raise(rb_eArgError, "extra token after EndOfToken");
rb_raise          329 ext/racc/cparse/cparse.c         rb_raise(RaccBug, "[Racc Bug] wrong arg.size %ld", RARRAY_LEN(arg));
rb_raise          413 ext/racc/cparse/cparse.c         rb_raise(rb_eTypeError,
rb_raise          420 ext/racc/cparse/cparse.c         rb_raise(rb_eArgError,
rb_raise          472 ext/racc/cparse/cparse.c                 if (v->fin) rb_raise(rb_eArgError, "token given after EOF");
rb_raise          547 ext/racc/cparse/cparse.c             rb_raise(RaccBug, "[Racc Bug] unknown act value %ld", act);
rb_raise          649 ext/racc/cparse/cparse.c         rb_raise(RaccBug, "[Racc Bug] unknown act value %ld", act);
rb_raise          739 ext/racc/cparse/cparse.c         rb_raise(RaccBug, "state stack unexpectedly empty");
rb_raise          226 ext/readline/readline.c     if (!isatty(0) && errno == EBADF) rb_raise(rb_eIOError, "closed stdin");
rb_raise          316 ext/readline/readline.c 	rb_raise(rb_eArgError, "argument must respond to `call'");
rb_raise          965 ext/readline/readline.c 	rb_raise(rb_eIndexError, "invalid index");
rb_raise          987 ext/readline/readline.c 	rb_raise(rb_eIndexError, "invalid index");
rb_raise         1105 ext/readline/readline.c 	rb_raise(rb_eIndexError, "invalid index");
rb_raise          277 ext/ripper/eventids2.c     rb_raise(rb_eRuntimeError, "[Ripper FATAL] unknown token %d", tok);
rb_raise         10198 ext/ripper/ripper.c     if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp");
rb_raise         11517 ext/ripper/ripper.c 	rb_raise(rb_eArgError, "unknown encoding name: %s", name);
rb_raise         11521 ext/ripper/ripper.c 	rb_raise(rb_eArgError, "%s is not ASCII compatible", rb_enc_name(enc));
rb_raise         15318 ext/ripper/ripper.c         rb_raise(rb_eArgError, "Qundef given");
rb_raise         15322 ext/ripper/ripper.c         rb_raise(rb_eArgError, "invalid pointer: %p", x);
rb_raise         15331 ext/ripper/ripper.c         rb_raise(rb_eArgError, "NODE given: %p", x);
rb_raise         15333 ext/ripper/ripper.c         rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)",
rb_raise         15650 ext/ripper/ripper.c         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15654 ext/ripper/ripper.c             rb_raise(rb_eArgError, "Ripper#parse is not reentrant");
rb_raise         15656 ext/ripper/ripper.c             rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe");
rb_raise         15679 ext/ripper/ripper.c         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15700 ext/ripper/ripper.c         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15713 ext/ripper/ripper.c         rb_raise(rb_eArgError, "%s", RSTRING_PTR(msg));
rb_raise         4798 ext/ripper/ripper.y     if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp");
rb_raise         6117 ext/ripper/ripper.y 	rb_raise(rb_eArgError, "unknown encoding name: %s", name);
rb_raise         6121 ext/ripper/ripper.y 	rb_raise(rb_eArgError, "%s is not ASCII compatible", rb_enc_name(enc));
rb_raise         9918 ext/ripper/ripper.y         rb_raise(rb_eArgError, "Qundef given");
rb_raise         9922 ext/ripper/ripper.y         rb_raise(rb_eArgError, "invalid pointer: %p", x);
rb_raise         9931 ext/ripper/ripper.y         rb_raise(rb_eArgError, "NODE given: %p", x);
rb_raise         9933 ext/ripper/ripper.y         rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)",
rb_raise         10250 ext/ripper/ripper.y         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10254 ext/ripper/ripper.y             rb_raise(rb_eArgError, "Ripper#parse is not reentrant");
rb_raise         10256 ext/ripper/ripper.y             rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe");
rb_raise         10279 ext/ripper/ripper.y         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10300 ext/ripper/ripper.y         rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10313 ext/ripper/ripper.y         rb_raise(rb_eArgError, "%s", RSTRING_PTR(msg));
rb_raise           28 ext/sdbm/init.c     rb_raise(rb_eDBMError, "closed SDBM file");
rb_raise          173 ext/sdbm/init.c 	rb_raise(rb_eIndexError, "key not found");
rb_raise          277 ext/sdbm/init.c 	rb_raise(rb_eDBMError, "dbm_delete failed");
rb_raise          338 ext/sdbm/init.c 	    rb_raise(rb_eDBMError, "sdbm_delete failed");
rb_raise          359 ext/sdbm/init.c 	    rb_raise(rb_eDBMError, "sdbm_delete failed");
rb_raise          415 ext/sdbm/init.c 	rb_raise(rb_eDBMError, "sdbm_store failed");
rb_raise          426 ext/sdbm/init.c 	rb_raise(rb_eArgError, "pair must be [key, value]");
rb_raise          272 ext/socket/socket.c 	rb_raise(rb_eSecurityError, "Insecure: can't shutdown socket");
rb_raise          280 ext/socket/socket.c 	    rb_raise(rb_eArgError, "`how' should be either 0, 1, 2");
rb_raise          296 ext/socket/socket.c 	rb_raise(rb_eSecurityError, "Insecure: can't close socket");
rb_raise          314 ext/socket/socket.c 	rb_raise(rb_eSecurityError, "Insecure: can't close socket");
rb_raise          633 ext/socket/socket.c 	rb_raise(rb_eIOError, "recv for buffered IO");
rb_raise          646 ext/socket/socket.c 	    rb_raise(rb_eRuntimeError, "buffer string modified");
rb_raise          661 ext/socket/socket.c 	    rb_raise(rb_eTypeError, "sockaddr size differs - should not happen");
rb_raise          707 ext/socket/socket.c 	rb_raise(rb_eIOError, "recvfrom for buffered IO");
rb_raise          813 ext/socket/socket.c     rb_raise(rb_eSocket, "%s: %s", reason, gai_strerror(error));
rb_raise          887 ext/socket/socket.c 	    rb_raise(rb_eArgError, "hostname too long (%"PRIuSIZE")",
rb_raise          913 ext/socket/socket.c 	    rb_raise(rb_eArgError, "service name too long (%"PRIuSIZE")",
rb_raise          946 ext/socket/socket.c 	    rb_raise(rb_eSocket, "newline at the end of hostname");
rb_raise         1408 ext/socket/socket.c 	rb_raise(rb_eSecurityError, "Insecure: can't close socket");
rb_raise         1678 ext/socket/socket.c         rb_raise(rb_eArgError, "too long unix socket path (max: %dbytes)",
rb_raise         2019 ext/socket/socket.c 	rb_raise(rb_eTypeError, "neither IO nor file descriptor");
rb_raise         2122 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2127 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2132 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2137 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2142 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2148 ext/socket/socket.c 	rb_raise(rb_eSocket,
rb_raise         2333 ext/socket/socket.c 	    rb_raise(rb_eSocket, "unknown socket domain %s", ptr);
rb_raise         2364 ext/socket/socket.c 	    rb_raise(rb_eSocket, "unknown socket type %s", ptr);
rb_raise         3135 ext/socket/socket.c 	rb_raise(rb_eSocket, "host not found");
rb_raise         3168 ext/socket/socket.c         rb_raise(rb_eSocket, "unknown socket family:%d", addr->sa_family);
rb_raise         3205 ext/socket/socket.c 	rb_raise(rb_eSocket, "%s", (char*)hstrerror(h_errno));
rb_raise         3207 ext/socket/socket.c 	rb_raise(rb_eSocket, "host not found");
rb_raise         3253 ext/socket/socket.c 	    rb_raise(rb_eSocket, "no such service %s/%s", servicename, protoname);
rb_raise         3271 ext/socket/socket.c 	rb_raise(rb_eRangeError, "integer %ld too %s to convert into `int16_t'", portnum, s);
rb_raise         3277 ext/socket/socket.c 	rb_raise(rb_eSocket, "no such service for port %d/%s", (int)portnum, protoname);
rb_raise         3349 ext/socket/socket.c 	    rb_raise(rb_eTypeError, "sockaddr length too big");
rb_raise         3353 ext/socket/socket.c 	    rb_raise(rb_eTypeError, "sockaddr size differs - should not happen");
rb_raise         3385 ext/socket/socket.c 	    rb_raise(rb_eArgError, "array size should be 3 or 4, %ld given",
rb_raise         3434 ext/socket/socket.c 	rb_raise(rb_eTypeError, "expecting String or Array");
rb_raise         3451 ext/socket/socket.c 		rb_raise(rb_eSocket, "sockaddr resolved to multiple nodename");
rb_raise         3491 ext/socket/socket.c         rb_raise(rb_eArgError, "too short sockaddr");
rb_raise         3498 ext/socket/socket.c         rb_raise(rb_eArgError, "not an AF_INET/AF_INET6 sockaddr");
rb_raise         3500 ext/socket/socket.c         rb_raise(rb_eArgError, "not an AF_INET sockaddr");
rb_raise         3520 ext/socket/socket.c         rb_raise(rb_eArgError, "too long unix socket path (max: %dbytes)",
rb_raise         3542 ext/socket/socket.c         rb_raise(rb_eArgError, "too short sockaddr");
rb_raise         3544 ext/socket/socket.c         rb_raise(rb_eArgError, "not an AF_UNIX sockaddr");
rb_raise         3547 ext/socket/socket.c 	rb_raise(rb_eTypeError, "too long sockaddr_un - %ld longer than %d",
rb_raise         3554 ext/socket/socket.c         rb_raise(rb_eArgError, "sockaddr_un.sun_path not NUL terminated");
rb_raise           71 ext/stringio/stringio.c 	rb_raise(rb_eTypeError, "wrong argument type %s (expected StringIO)",
rb_raise           83 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "uninitialized stream");
rb_raise          110 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "not opened for reading");
rb_raise          119 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "not opened for writing");
rb_raise          131 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "not modifiable string");
rb_raise          328 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "closed stream");
rb_raise          346 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "closing non-duplex IO for reading");
rb_raise          364 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "closing non-duplex IO for writing");
rb_raise          571 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "closed stream");
rb_raise         1121 ext/stringio/stringio.c 		rb_raise(rb_eArgError, "negative length %ld given", len);
rb_raise         1147 ext/stringio/stringio.c 	rb_raise(rb_eArgError, "wrong number of arguments (%d for 0)", argc);
rb_raise         1215 ext/stringio/stringio.c 	rb_raise(rb_eIOError, "not opened");
rb_raise           55 ext/strscan/strscan.c     if (NIL_P(var->str)) rb_raise(rb_eArgError, "uninitialized StringScanner object");\
rb_raise          209 ext/strscan/strscan.c         rb_raise(rb_eTypeError,
rb_raise          397 ext/strscan/strscan.c     if (i < 0) rb_raise(rb_eRangeError, "index out of range");
rb_raise          398 ext/strscan/strscan.c     if (i > S_LEN(p)) rb_raise(rb_eRangeError, "index out of range");
rb_raise          445 ext/strscan/strscan.c     if (ret == -2) rb_raise(ScanError, "regexp buffer overflow");
rb_raise          801 ext/strscan/strscan.c         rb_raise(ScanError, "unscan failed: previous match record not exist");
rb_raise          117 ext/syck/rubyext.c 	rb_raise(rb_eSyntaxError, "root node <%lx> not found", oid);
rb_raise          186 ext/syck/rubyext.c         rb_raise(rb_eTypeError, "instance of IO needed");
rb_raise          679 ext/syck/rubyext.c     rb_raise(rb_eArgError, "%s on line %d, col %"PRIdPTRDIFF": `%s'",
rb_raise         1137 ext/syck/rubyext.c                             rb_raise( rb_eTypeError, "invalid subclass" );
rb_raise         1629 ext/syck/rubyext.c             rb_raise( rb_eTypeError, "wrong argument type" );
rb_raise         1663 ext/syck/rubyext.c             rb_raise( rb_eTypeError, "wrong argument type" );
rb_raise         1735 ext/syck/rubyext.c         rb_raise( rb_eTypeError, "wrong argument type" );
rb_raise           27 ext/syslog/syslog.c         rb_raise(rb_eArgError, "no log message supplied");
rb_raise           31 ext/syslog/syslog.c         rb_raise(rb_eRuntimeError, "must open syslog before write");
rb_raise           44 ext/syslog/syslog.c         rb_raise(rb_eRuntimeError, "syslog not opened");
rb_raise           62 ext/syslog/syslog.c         rb_raise(rb_eRuntimeError, "syslog already open");
rb_raise          135 ext/syslog/syslog.c         rb_raise(rb_eRuntimeError, "must open syslog before setting log mask");
rb_raise          148 ext/syslog/syslog.c         rb_raise(rb_eArgError, "wrong number of arguments (%d for 2+)", argc);
rb_raise          155 ext/syslog/syslog.c       rb_raise(rb_eTypeError, "type mismatch: %s given", rb_class2name(CLASS_OF(pri)));
rb_raise          811 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll");
rb_raise          813 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable");
rb_raise          815 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_CreateInterp()");
rb_raise          817 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_DeleteInterp()");
rb_raise          819 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to create a new IP to call Tcl_InitStubs()");
rb_raise          821 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to Tcl_InitStubs()");
rb_raise          823 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tcl_stubs_init()", st);
rb_raise         1218 ext/tk/tcltklib.c         rb_raise(rb_eArgError, 
rb_raise         1285 ext/tk/tcltklib.c         rb_raise(rb_eArgError, 
rb_raise         1339 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "weight parameters must be positive numbers");
rb_raise         1408 ext/tk/tcltklib.c 	    rb_raise(rb_eArgError, "invalid value for time: '%s'", 
rb_raise         2310 ext/tk/tcltklib.c     rb_raise(rb_eNotImpError, 
rb_raise         2468 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "eventloop is already running");
rb_raise         2847 ext/tk/tcltklib.c         rb_raise(rb_eArgError, 
rb_raise         3043 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "too few arguments");
rb_raise         3069 ext/tk/tcltklib.c         rb_raise(rb_eArgError, 
rb_raise         5400 ext/tk/tcltklib.c         rb_raise(rb_eSecurityError, 
rb_raise         5425 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll");
rb_raise         5427 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable");
rb_raise         5429 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_CreateInterp()");
rb_raise         5431 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_DeleteInterp()");
rb_raise         5433 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to create a new IP");
rb_raise         5435 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to Tcl_InitStubs()");
rb_raise         5437 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tcl_create_ip_and_stubs_init", st);
rb_raise         5446 ext/tk/tcltklib.c       rb_raise(rb_eRuntimeError, "a new Tk interpreter has a NULL namespace");
rb_raise         5461 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "%s", Tcl_GetStringResult(ptr->ip));
rb_raise         5501 ext/tk/tcltklib.c             rb_raise(rb_eLoadError, "tcltklib: can't find Tk_Init()");
rb_raise         5503 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to Tk_Init(). %s", 
rb_raise         5506 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: fail to Tk_InitStubs(). %s", 
rb_raise         5509 ext/tk/tcltklib.c             rb_raise(rb_eRuntimeError, "tcltklib: unknown error(%d) on ruby_tk_stubs_init", st);
rb_raise         5705 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, 
rb_raise         5732 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "expected TclTkIp object");
rb_raise         5786 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "fail to create console-window");
rb_raise         5799 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "fail to create console-window");
rb_raise         5817 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         5870 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         5885 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         5904 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         5926 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         5930 ext/tk/tcltklib.c         rb_raise(rb_eSecurityError, 
rb_raise         7009 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         7028 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, "interpreter is deleted");
rb_raise         7147 ext/tk/tcltklib.c             rb_raise(rb_eArgError, "unknown encoding name '%s'", 
rb_raise         7336 ext/tk/tcltklib.c             rb_raise(rb_eArgError, "unknown encoding name '%s'", 
rb_raise         7546 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "unknown encoding name '%s'", 
rb_raise         8196 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "command name missing");
rb_raise         8831 ext/tk/tcltklib.c                 rb_raise(rb_eRuntimeError, "can't get elements from list");
rb_raise         8833 ext/tk/tcltklib.c                 rb_raise(rb_eRuntimeError, "%s", Tcl_GetStringResult(interp));
rb_raise         8885 ext/tk/tcltklib.c                 rb_raise(rb_eRuntimeError, "can't get elements from list");
rb_raise         8887 ext/tk/tcltklib.c                 rb_raise(rb_eRuntimeError, "%s", interp->result);
rb_raise         9093 ext/tk/tcltklib.c       rb_raise(rb_eRuntimeError, "tcltklib has invalid release type number");
rb_raise         9178 ext/tk/tcltklib.c       rb_raise(rb_eArgError, "invalid Tk encoding name '%s'", 
rb_raise         9192 ext/tk/tcltklib.c       rb_raise(rb_eRuntimeError, "fail to create dummy encoding for '%s'",
rb_raise         9372 ext/tk/tcltklib.c     rb_raise(rb_eArgError, "unsupported Tk encoding '%s'", RSTRING_PTR(enc));
rb_raise         9472 ext/tk/tcltklib.c     rb_raise(rb_eArgError, "unsupported Tk encoding '%s'", RSTRING_PTR(enc));
rb_raise         9551 ext/tk/tcltklib.c     rb_raise(rb_eRuntimeError, "failt to get Tcl's encoding names");
rb_raise         9635 ext/tk/tcltklib.c     rb_raise(rb_eRuntimeError, "failt to get Tcl's encoding names");
rb_raise         9762 ext/tk/tcltklib.c         rb_raise(rb_eArgError, "not a menu widget, or invalid widget path");
rb_raise         9766 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, 
rb_raise         9771 ext/tk/tcltklib.c         rb_raise(rb_eRuntimeError, 
rb_raise         10134 ext/tk/tcltklib.c         rb_raise(rb_eLoadError, "tcltklib: fail to open tcl_dll");
rb_raise         10136 ext/tk/tcltklib.c         rb_raise(rb_eLoadError, "tcltklib: can't find Tcl_FindExecutable");
rb_raise         10138 ext/tk/tcltklib.c         rb_raise(rb_eLoadError, "tcltklib: unknown error(%d) on ruby_open_tcl_dll", ret);
rb_raise          720 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, "too few arguments");
rb_raise          722 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, "too many arguments");
rb_raise          755 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, "Hash is expected for 1st argument");
rb_raise          896 ext/tk/tkutil/tkutil.c       rb_raise(rb_eArgError, "too few arguments");
rb_raise          991 ext/tk/tkutil/tkutil.c     rb_raise(rb_eArgError, 
rb_raise         1191 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, 
rb_raise         1203 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, 
rb_raise         1220 ext/tk/tkutil/tkutil.c         rb_raise(rb_eArgError, "expected a Hash");
rb_raise         1313 ext/tk/tkutil/tkutil.c             rb_raise(rb_eArgError, "arg #%d is not a String or a Symbol", i);
rb_raise         1326 ext/tk/tkutil/tkutil.c             rb_raise(rb_eArgError, "cannot find attribute :%s", str);
rb_raise         1474 ext/tk/tkutil/tkutil.c     rb_raise(rb_eArgError, "too many longname-key definitions");
rb_raise          113 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get Dispatch Interface");\
rb_raise          995 ext/win32ole/win32ole.c 	    rb_raise(eWIN32OLERuntimeError, "fail to load convert function for CP51932");
rb_raise         1022 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "codepage should be WIN32OLE::CP_ACP, WIN32OLE::CP_OEMCP, WIN32OLE::CP_MACCP, WIN32OLE::CP_THREAD_ACP, WIN32OLE::CP_SYMBOL, WIN32OLE::CP_UTF7, WIN32OLE::CP_UTF8, or installed codepage.");
rb_raise         1082 ext/win32ole/win32ole.c 		rb_raise(eWIN32OLERuntimeError, "cannot map codepage to encoding.");
rb_raise         1095 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "codepage should be WIN32OLE::CP_ACP, WIN32OLE::CP_OEMCP, WIN32OLE::CP_MACCP, WIN32OLE::CP_THREAD_ACP, WIN32OLE::CP_SYMBOL, WIN32OLE::CP_UTF7, WIN32OLE::CP_UTF8, or installed codepage.");
rb_raise         1238 ext/win32ole/win32ole.c         rb_raise(ecs, "%s\n%s", buf, StringValuePtr(err_msg));
rb_raise         1241 ext/win32ole/win32ole.c         rb_raise(ecs, "%s", buf);
rb_raise         1351 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "not installed Windows codepage(%d) according to `%s'", cp, rb_enc_name(enc));
rb_raise         1529 ext/win32ole/win32ole.c                 rb_raise(eWIN32OLERuntimeError, "element of array does not have IDispatch or IUnknown Interface");
rb_raise         1614 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "memory allocation error");
rb_raise         1829 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "variant type mismatch");
rb_raise         1898 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "unknown type specified(setting BYREF):%d", vt);
rb_raise         1915 ext/win32ole/win32ole.c             rb_raise(rb_eRuntimeError, "fail to SafeArrayCreateVector");
rb_raise         2068 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "memory allocation error");
rb_raise         2124 ext/win32ole/win32ole.c             rb_raise(rb_eRuntimeError, "memory allocation error");
rb_raise         2633 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to load OLE32");
rb_raise         2638 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "CoCreateInstanceEx is not supported in this environment");
rb_raise         2738 ext/win32ole/win32ole.c         rb_raise(rb_eSecurityError, "Insecure Object Connection - %s",
rb_raise         2820 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "2nd parameter must be Class or Module");
rb_raise         2862 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "1st parameter must be WIN32OLE instance");
rb_raise         2995 ext/win32ole/win32ole.c             rb_raise(rb_eRuntimeError, "no helpfile of `%s'",
rb_raise         3003 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "1st parameter must be (String|WIN32OLE_TYPE|WIN32OLE_METHOD)");
rb_raise         3007 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to open help file `%s'",
rb_raise         3125 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "not installed locale: %u", (unsigned int)lcid);
rb_raise         3151 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to create GUID(buffer over)");
rb_raise         3226 ext/win32ole/win32ole.c         rb_raise(rb_eSecurityError, "Insecure Object Creation - %s",
rb_raise         3232 ext/win32ole/win32ole.c             rb_raise(rb_eSecurityError, "Insecure Object Creation - %s",
rb_raise         3286 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)");
rb_raise         3353 ext/win32ole/win32ole.c 	rb_raise(rb_eTypeError, "method is wrong type (expected String or Symbol)");
rb_raise         3360 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get dispatch interface");
rb_raise         3685 ext/win32ole/win32ole.c                         rb_raise(rb_eTypeError, "not valid value");
rb_raise         4065 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "fail: unknown method or property");
rb_raise         4393 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to create WIN32OLE_TYPE obj from ITypeInfo");
rb_raise         4482 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get type library info.");
rb_raise         4518 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get dispatch interface");
rb_raise         4551 ext/win32ole/win32ole.c 	rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)");
rb_raise         4768 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "not found %s",
rb_raise         5186 ext/win32ole/win32ole.c         rb_raise(rb_eArgError, "wrong number of arguments (%d for 1..3)", len);
rb_raise         5215 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "not found type library `%s`",
rb_raise         5366 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "failed to get type library path");
rb_raise         5512 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "not found `%s` in `%s`",
rb_raise         6513 ext/win32ole/win32ole.c             rb_raise(eWIN32OLERuntimeError, "not found %s",
rb_raise         6518 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "1st argument should be WIN32OLE_TYPE object");
rb_raise         8172 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "1st parameter must be WIN32OLE object");
rb_raise         8177 ext/win32ole/win32ole.c             rb_raise(rb_eSecurityError, "Insecure Event Creation - %s",
rb_raise         8284 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "IConnectionPoint not found. You must call advise at first.");
rb_raise         8289 ext/win32ole/win32ole.c 	    rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)");
rb_raise         8380 ext/win32ole/win32ole.c 	    rb_raise(rb_eTypeError, "wrong argument type (expected String or Symbol)");
rb_raise         8567 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "memory allocation error");
rb_raise         8578 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "memory allocation error(SafeArrayCreate)");
rb_raise         8623 ext/win32ole/win32ole.c         rb_raise(rb_eArgError, "wrong number of arguments (%d for 1..3)", len);
rb_raise         8642 ext/win32ole/win32ole.c 	    rb_raise(rb_eTypeError, "can not convert WIN32OLE_VARIANT from type %s",
rb_raise         8667 ext/win32ole/win32ole.c         rb_raise(rb_eTypeError, "variant type is not VT_ARRAY.");
rb_raise         8688 ext/win32ole/win32ole.c         rb_raise(rb_eArgError, "unmatch number of indices");
rb_raise         8692 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to allocate memory for indices");
rb_raise         8742 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, 
rb_raise         8784 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get pointer of variant");
rb_raise         8823 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, 
rb_raise         8828 ext/win32ole/win32ole.c         rb_raise(rb_eRuntimeError, "failed to get SafeArray pointer");
rb_raise         8838 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, "argument does not have IDispatch or IUnknown Interface");
rb_raise         8928 ext/win32ole/win32ole.c         rb_raise(eWIN32OLERuntimeError, 
rb_raise          845 ext/zlib/zlib.c 	rb_raise(cZError, "stream is not ready");
rb_raise         1856 ext/zlib/zlib.c 	    rb_raise(cGzError, "unexpected end of file");
rb_raise         1956 ext/zlib/zlib.c 	rb_raise(cGzError, "not in gzip format");
rb_raise         1962 ext/zlib/zlib.c 	rb_raise(cGzError, "not in gzip format");
rb_raise         1965 ext/zlib/zlib.c 	rb_raise(cGzError, "unsupported compression method %d", head[2]);
rb_raise         1970 ext/zlib/zlib.c 	rb_raise(cGzError, "multi-part gzip file is not supported");
rb_raise         1973 ext/zlib/zlib.c 	rb_raise(cGzError, "encrypted gzip file is not supported");
rb_raise         1976 ext/zlib/zlib.c 	rb_raise(cGzError, "unknown flags 0x%02x", flags);
rb_raise         1995 ext/zlib/zlib.c 	    rb_raise(cGzError, "unexpected end of file");
rb_raise         1999 ext/zlib/zlib.c 	    rb_raise(cGzError, "unexpected end of file");
rb_raise         2031 ext/zlib/zlib.c 	rb_raise(cNoFooter, "footer is not found");
rb_raise         2041 ext/zlib/zlib.c 	rb_raise(cCRCError, "invalid compressed data -- crc error");
rb_raise         2044 ext/zlib/zlib.c 	rb_raise(cLengthError, "invalid compressed data -- length error");
rb_raise         2072 ext/zlib/zlib.c 		rb_raise(cGzError, "unexpected end of file");
rb_raise         2122 ext/zlib/zlib.c         rb_raise(rb_eArgError, "negative length %d given", len);
rb_raise         2146 ext/zlib/zlib.c         rb_raise(rb_eArgError, "negative length %d given", len);
rb_raise         2168 ext/zlib/zlib.c 	rb_raise(rb_eEOFError, "end of file reached");
rb_raise         2349 ext/zlib/zlib.c 	rb_raise(cGzError, "closed gzip stream");
rb_raise         2405 ext/zlib/zlib.c 	rb_raise(rb_eArgError, "wrong number of arguments (0 for 1)");
rb_raise         2518 ext/zlib/zlib.c 	rb_raise(cGzError, "header is already written");
rb_raise         2542 ext/zlib/zlib.c 	rb_raise(cGzError, "header is already written");
rb_raise         2564 ext/zlib/zlib.c 	rb_raise(cGzError, "header is already written");
rb_raise         3012 ext/zlib/zlib.c 	rb_raise(rb_eArgError, "negative length %d given", len);
rb_raise         3038 ext/zlib/zlib.c 	rb_raise(rb_eArgError, "negative length %d given", len);
rb_raise         3065 ext/zlib/zlib.c 	rb_raise(rb_eEOFError, "end of file reached");
rb_raise         3095 ext/zlib/zlib.c 	rb_raise(rb_eEOFError, "end of file reached");
rb_raise         3197 ext/zlib/zlib.c 	rb_raise(rb_eRuntimeError, "rs modified");
rb_raise         3303 ext/zlib/zlib.c 	rb_raise(rb_eEOFError, "end of file reached");
rb_raise          199 file.c             if (!st) rb_raise(rb_eTypeError, "uninitialized File::Stat");
rb_raise         2396 file.c         	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         2622 file.c         		rb_raise(rb_eArgError, "couldn't find HOME environment -- expanding `%s'", s);
rb_raise         2654 file.c         		rb_raise(rb_eArgError, "user %s doesn't exist", buf);
rb_raise         3386 file.c         	rb_raise(rb_eIOError, "not opened for writing");
rb_raise         3516 file.c             if (n != argc) rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", argc, n);
rb_raise         3595 file.c             if (argc == 0) rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         3719 file.c         	rb_raise(rb_eArgError, "unknown command ?%c", cmd);
rb_raise         3722 file.c         	rb_raise(rb_eArgError, "unknown command ?\\x%02X", cmd);
rb_raise         3789 file.c         	rb_raise(rb_eTypeError, "wrong argument class");
rb_raise         4510 file.c         	    rb_raise(rb_eSecurityError, "loading from unsafe file %s", f);
rb_raise         4570 file.c         	    rb_raise(rb_eSecurityError, "loading from unsafe path %s", f);
rb_raise         4578 file.c         	    rb_raise(rb_eSecurityError, "loading from unsafe file %s", f);
rb_raise         4586 file.c         	rb_raise(rb_eSecurityError, "loading from non-absolute path %s", f);
rb_raise         4613 file.c         	rb_raise(rb_eSecurityError, "loading from unsafe file %s", f);
rb_raise          561 gc.c               rb_raise(rb_eNoMemError, "%s", (const char *)ptr);
rb_raise          569 gc.c           	rb_raise(rb_eNoMemError, "%s", msg);
rb_raise          709 gc.c           	rb_raise(rb_eArgError, "malloc: possible integer overflow");
rb_raise          734 gc.c           	rb_raise(rb_eArgError, "realloc: possible integer overflow");
rb_raise         2290 gc.c           	rb_raise(rb_eArgError, "wrong type argument %s (should be callable)",
rb_raise         2294 gc.c           	rb_raise(rb_eArgError, "cannot define finalizer for %s",
rb_raise         2514 gc.c           	    rb_raise(rb_eRangeError, "%p is not symbol id value", p0);
rb_raise         2520 gc.c           	rb_raise(rb_eRangeError, "%p is not id value", p0);
rb_raise         2523 gc.c           	rb_raise(rb_eRangeError, "%p is recycled object", p0);
rb_raise         2636 gc.c                       rb_raise(rb_eTypeError, "non-hash given");
rb_raise          130 hash.c         	rb_raise(rb_eRuntimeError, "hash modified during iteration");
rb_raise          152 hash.c         	rb_raise(rb_eRuntimeError, "rehash occurred during iteration");
rb_raise          184 hash.c          	rb_raise(rb_eRuntimeError, "hash modified during iteration");
rb_raise          240 hash.c         	rb_raise(rb_eSecurityError, "Insecure: can't modify hash");
rb_raise          302 hash.c         	    rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise          366 hash.c         	rb_raise(rb_eArgError, "odd number of arguments for Hash");
rb_raise          433 hash.c         	rb_raise(rb_eRuntimeError, "rehash during iteration");
rb_raise          533 hash.c         	    rb_raise(rb_eKeyError, "key not found");
rb_raise          656 hash.c         	rb_raise(rb_eTypeError,
rb_raise         1853 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise         1887 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise         1918 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise         1924 hash.c         	    rb_raise(rb_eKeyError, "key not found");
rb_raise         2046 hash.c         	rb_raise(rb_eSecurityError, "can't change environment variable");
rb_raise         2058 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise         2060 hash.c         	rb_raise(rb_eArgError, "bad environment variable value");
rb_raise         2360 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise         2373 hash.c         	rb_raise(rb_eArgError, "bad environment variable name");
rb_raise          954 include/ruby/ruby.h PRINTF_ARGS(NORETURN(void rb_raise(VALUE, const char*, ...)), 2, 3);
rb_raise          219 io.c               rb_raise(rb_eEOFError, "end of file reached");
rb_raise          226 io.c           	rb_raise(rb_eSecurityError, "Insecure: operation on trusted IO");
rb_raise          235 io.c           	rb_raise(rb_eIOError, "uninitialized stream");
rb_raise          244 io.c           	rb_raise(rb_eIOError, "closed stream");
rb_raise          333 io.c           	rb_raise(rb_eIOError, "ungetbyte failed");
rb_raise          374 io.c           	rb_raise(rb_eIOError, "not opened for reading");
rb_raise          411 io.c           	rb_raise(rb_eIOError, "not opened for writing");
rb_raise          615 io.c           	rb_raise(rb_eIOError, "closed stream");
rb_raise          660 io.c           	rb_raise(rb_eIOError, "closed stream");
rb_raise          863 io.c                           rb_raise(rb_eArgError, "ASCII incompatible string written for text mode IO without encoding conversion: %s",
rb_raise         1482 io.c           		rb_raise(rb_eIOError, "file too big for single read");
rb_raise         1704 io.c           	rb_raise(rb_eArgError, "negative length %ld given", len);
rb_raise         1727 io.c           	rb_raise(rb_eRuntimeError, "buffer string modified");
rb_raise         1971 io.c           	rb_raise(rb_eArgError, "negative length %ld given", len);
rb_raise         1989 io.c           	rb_raise(rb_eRuntimeError, "buffer string modified");
rb_raise         2007 io.c           	rb_raise(rb_eRuntimeError, "rs modified");
rb_raise         2195 io.c                           rb_raise(rb_eArgError, "encoding mismatch: %s IO with %s RS",
rb_raise         2558 io.c                               rb_raise(rb_eIOError, "too long character");
rb_raise         2902 io.c                       rb_raise(rb_eIOError, "ungetc failed");
rb_raise         3276 io.c           	rb_raise(rb_eSecurityError, "Insecure: can't close");
rb_raise         3359 io.c           	rb_raise(rb_eSecurityError, "Insecure: can't close");
rb_raise         3386 io.c           	rb_raise(rb_eIOError, "closing non-duplex IO for reading");
rb_raise         3417 io.c           	rb_raise(rb_eSecurityError, "Insecure: can't close");
rb_raise         3434 io.c           	rb_raise(rb_eIOError, "closing non-duplex IO for writing");
rb_raise         3473 io.c           	rb_raise(rb_eIOError, "sysseek for buffered IO");
rb_raise         3565 io.c           	rb_raise(rb_eIOError, "sysread for buffered IO");
rb_raise         3572 io.c           	rb_raise(rb_eRuntimeError, "buffer string modified");
rb_raise         3694 io.c               rb_raise(rb_eArgError, "invalid access fmode 0x%x", fmode);
rb_raise         3716 io.c           	rb_raise(rb_eArgError, "invalid access mode %s", modestr);
rb_raise         3842 io.c               rb_raise(rb_eArgError, "invalid access oflags 0x%x", oflags);
rb_raise         4015 io.c                   rb_raise(rb_eArgError, "ASCII incompatible encoding needs binmode");
rb_raise         4031 io.c           	    rb_raise(rb_eArgError, "both textmode and binmode specified");
rb_raise         4097 io.c           		    rb_raise(rb_eArgError, "mode specified twice");
rb_raise         4108 io.c           		    rb_raise(rb_eArgError, "perm specified twice");
rb_raise         4120 io.c                           rb_raise(rb_eArgError, "encoding specified twice");
rb_raise         4591 io.c           	    rb_raise(rb_eArgError, "too many arguments");
rb_raise         4731 io.c           	rb_raise(rb_eNotImpError,
rb_raise         5202 io.c           	rb_raise(rb_eSecurityError, "Insecure: can't reopen");
rb_raise         5212 io.c           	    rb_raise(rb_eArgError,
rb_raise         5324 io.c           	    rb_raise(rb_eArgError,
rb_raise         5779 io.c           	rb_raise(rb_eTypeError, "%s must have %s method, %s given",
rb_raise         5991 io.c           	rb_raise(rb_eRuntimeError, "reinitializing File");
rb_raise         6761 io.c           	rb_raise(rb_eArgError, "return value overflowed string");
rb_raise         6865 io.c           	rb_raise(rb_eArgError, "too few arguments for syscall");
rb_raise         6867 io.c           	rb_raise(rb_eArgError, "too many arguments for syscall");
rb_raise         7664 io.c           	rb_raise(rb_eArgError, "cannot specify src_offset for non-IO");
rb_raise         7764 io.c           	rb_raise(rb_eIOError, "flush failed");
rb_raise         7797 io.c           	rb_raise(rb_eNotImpError, "%s() not implemented", stp->notimp);
rb_raise         7957 io.c           	rb_raise(rb_eArgError, "no stream to set encoding");
rb_raise         7969 io.c           	rb_raise(rb_eArgError, "no stream to tell");
rb_raise         7979 io.c           	rb_raise(rb_eArgError, "no stream to seek");
rb_raise         7989 io.c           	rb_raise(rb_eArgError, "no stream to set position");
rb_raise         7999 io.c           	rb_raise(rb_eArgError, "no stream to rewind");
rb_raise         8009 io.c           	rb_raise(rb_eArgError, "no stream");
rb_raise          271 iseq.c         	rb_raise(rb_eTypeError, "Compile option must be Hash/true/false/nil");
rb_raise          421 iseq.c         	    rb_raise(rb_eTypeError, "unsupport type: :%s", typename);
rb_raise          423 iseq.c         	    rb_raise(rb_eTypeError, "unsupport type: %p", (void *)type);
rb_raise          553 iseq.c         	rb_raise(rb_eTypeError, "uninitialized InstructionSequence");
rb_raise          524 load.c             rb_raise(rb_eLoadError, "no such file to load -- %s",
rb_raise          674 load.c         	rb_raise(rb_eTypeError, "Can not set autoload on singleton class");
rb_raise          120 marshal.c              rb_raise(rb_eTypeError, "no allocator");
rb_raise          156 marshal.c              rb_raise(rb_eRuntimeError, "Marshal.dump reentered at %s",
rb_raise          178 marshal.c      	rb_raise(rb_eTypeError, "can't dump anonymous %s %s",
rb_raise          183 marshal.c      	rb_raise(rb_eTypeError, "%s can't be referred", n);
rb_raise          232 marshal.c      	rb_raise(rb_eTypeError, "long too big to dump");
rb_raise          390 marshal.c      	    rb_raise(rb_eTypeError, "can't dump anonymous ID %ld", id);
rb_raise          402 marshal.c      	rb_raise(rb_eTypeError, "can't dump anonymous class %s", s);
rb_raise          425 marshal.c      	    rb_raise(rb_eTypeError, "singleton can't be dumped");
rb_raise          543 marshal.c      	rb_raise(rb_eArgError, "exceed depth limit");
rb_raise          609 marshal.c      		rb_raise(rb_eTypeError, "_dump() must return string");
rb_raise          644 marshal.c      		rb_raise(rb_eTypeError, "singleton class can't be dumped");
rb_raise          719 marshal.c      			rb_raise(rb_eRuntimeError, "array modified during dump");
rb_raise          732 marshal.c      		rb_raise(rb_eTypeError, "can't dump hash with default proc");
rb_raise          770 marshal.c      		    rb_raise(rb_eTypeError,
rb_raise          782 marshal.c      	    rb_raise(rb_eTypeError, "can't dump %s",
rb_raise          881 marshal.c      	    rb_raise(rb_eTypeError, "instance of IO needed");
rb_raise          922 marshal.c              rb_raise(rb_eRuntimeError, "Marshal.load reentered at %s",
rb_raise          951 marshal.c      	    rb_raise(rb_eArgError, "marshal data too short");
rb_raise          967 marshal.c          rb_raise(rb_eTypeError, "long too big for this architecture (size "
rb_raise         1027 marshal.c      	    rb_raise(rb_eArgError, "marshal data too short");
rb_raise         1053 marshal.c          rb_raise(rb_eArgError, "bad symbol");
rb_raise         1078 marshal.c      	rb_raise(rb_eArgError, "dump format error(0x%x)", type);
rb_raise         1167 marshal.c      	rb_raise(rb_eArgError, "%s does not refer class", path);
rb_raise         1178 marshal.c      	rb_raise(rb_eArgError, "%s does not refer module", path);
rb_raise         1216 marshal.c      	    rb_raise(rb_eArgError, "dump format error (unlinked)");
rb_raise         1254 marshal.c      		rb_raise(rb_eTypeError, "singleton can't be loaded");
rb_raise         1259 marshal.c      		rb_raise(rb_eArgError, "dump format error (user class)");
rb_raise         1424 marshal.c      		rb_raise(rb_eTypeError, "class %s not a struct", rb_class2name(klass));
rb_raise         1428 marshal.c                      rb_raise(rb_eTypeError, "struct %s not compatible (struct size differs)",
rb_raise         1438 marshal.c      		    rb_raise(rb_eTypeError, "struct %s not compatible (:%s for :%s)",
rb_raise         1456 marshal.c      		rb_raise(rb_eTypeError, "class %s needs to have method `_load'",
rb_raise         1484 marshal.c      		rb_raise(rb_eTypeError, "instance of %s needs to have method `marshal_load'",
rb_raise         1499 marshal.c      		rb_raise(rb_eArgError, "dump format error");
rb_raise         1523 marshal.c                     rb_raise(rb_eArgError, "dump format error");
rb_raise         1527 marshal.c                     rb_raise(rb_eTypeError,
rb_raise         1577 marshal.c      	rb_raise(rb_eArgError, "dump format error(0x%x)", type);
rb_raise         1639 marshal.c      	rb_raise(rb_eTypeError, "instance of IO needed");
rb_raise         1653 marshal.c      	rb_raise(rb_eTypeError, "incompatible marshal file format (can't be read)\n\
rb_raise           99 numeric.c          rb_raise(rb_eZeroDivError, "divided by 0");
rb_raise          140 numeric.c          rb_raise(rb_eTypeError, "%s can't be coerced into %s",
rb_raise          159 numeric.c      	    rb_raise(rb_eTypeError, "coerce must return [x, y]");
rb_raise          209 numeric.c          rb_raise(rb_eTypeError,
rb_raise          221 numeric.c          rb_raise(rb_eTypeError, "can't copy %s", rb_obj_classname(x));
rb_raise         1498 numeric.c      	    rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         1501 numeric.c      	    rb_raise(rb_eArgError, "step can't be 0");
rb_raise         1549 numeric.c      	rb_raise(rb_eTypeError, "no implicit conversion from nil to integer");
rb_raise         1566 numeric.c      	    rb_raise(rb_eRangeError, "float %s out of range of integer", buf);
rb_raise         1602 numeric.c          rb_raise(rb_eRangeError, "integer %"PRIdVALUE " too %s to convert to `int'", num, s);
rb_raise         1613 numeric.c      	    rb_raise(rb_eRangeError, "integer %"PRIdVALUE " too small to convert to `unsigned int'", num);
rb_raise         1618 numeric.c      	    rb_raise(rb_eRangeError, "integer %"PRIuVALUE " too big to convert to `unsigned int'", num);
rb_raise         1685 numeric.c      	rb_raise(rb_eRangeError, "integer %"PRIdVALUE " out of range of fixnum", v);
rb_raise         1695 numeric.c      	rb_raise(rb_eTypeError, "no implicit conversion from nil");
rb_raise         1712 numeric.c      	    rb_raise(rb_eRangeError, "float %s out of range of long long", buf);
rb_raise         1719 numeric.c      	rb_raise(rb_eTypeError, "no implicit conversion from string");
rb_raise         1724 numeric.c      	rb_raise(rb_eTypeError, "no implicit conversion from boolean");
rb_raise         1913 numeric.c      	    rb_raise(rb_eRangeError, "%"PRIdVALUE " out of char range", i);
rb_raise         1925 numeric.c      	rb_raise(rb_eArgError, "wrong number of arguments (%d for 0 or 1)", argc);
rb_raise         2009 numeric.c      	rb_raise(rb_eArgError, "invalid radix %d", base);
rb_raise         2645 numeric.c      	    rb_raise(rb_eTypeError, "can't convert Float into Integer");
rb_raise         3014 numeric.c      	rb_raise(rb_eArgError, "ndigits out of range");
rb_raise          160 object.c               rb_raise(rb_eTypeError, "[bug] frozen object (%s) allocated", rb_obj_classname(dest));
rb_raise          232 object.c               rb_raise(rb_eTypeError, "can't clone %s", rb_obj_classname(obj));
rb_raise          267 object.c               rb_raise(rb_eTypeError, "can't dup %s", rb_obj_classname(obj));
rb_raise          282 object.c       	rb_raise(rb_eTypeError, "initialize_copy should take same class object");
rb_raise          416 object.c       	rb_raise(rb_eTypeError, "class or module required");
rb_raise          462 object.c       	rb_raise(rb_eTypeError, "class or module required");
rb_raise          782 object.c       	    rb_raise(rb_eSecurityError, "Insecure: can't freeze object");
rb_raise         1222 object.c       	rb_raise(rb_eTypeError, "compared with non class/module");
rb_raise         1277 object.c       	rb_raise(rb_eTypeError, "compared with non class/module");
rb_raise         1399 object.c       	rb_raise(rb_eTypeError, "already initialized class");
rb_raise         1444 object.c       	rb_raise(rb_eTypeError, "can't instantiate uninitialized class");
rb_raise         1447 object.c       	rb_raise(rb_eTypeError, "can't create instance of singleton class");
rb_raise         1451 object.c       	rb_raise(rb_eTypeError, "wrong instance allocation");
rb_raise         1513 object.c       	rb_raise(rb_eTypeError, "uninitialized class");
rb_raise         1995 object.c       	    rb_raise(rb_eTypeError, "can't convert %s into %s",
rb_raise         2018 object.c       	rb_raise(rb_eTypeError, "can't convert %s to %s (%s#%s gives %s)",
rb_raise         2035 object.c       	rb_raise(rb_eTypeError, "can't convert %s to %s (%s#%s gives %s)",
rb_raise         2051 object.c       	rb_raise(rb_eTypeError, "can't convert %s to Integer (%s#%s gives %s)",
rb_raise         2097 object.c       	rb_raise(rb_eTypeError, "can't convert nil into Integer");
rb_raise         2199 object.c       	rb_raise(rb_eArgError, "Float %.*s%s out of range", w, q, ellipsis);
rb_raise         2222 object.c       	    rb_raise(rb_eArgError, "string for Float contains null byte");
rb_raise         2245 object.c       	rb_raise(rb_eTypeError, "can't convert nil into Float");
rb_raise         2276 object.c       	rb_raise(rb_eTypeError, "can't convert %s into Float",
rb_raise         2293 object.c       	rb_raise(rb_eTypeError, "no implicit conversion to float from string");
rb_raise         2297 object.c       	rb_raise(rb_eTypeError, "no implicit conversion to float from nil");
rb_raise          343 pack.c             rb_raise(rb_eTypeError, "can't convert %s to `integer'", rb_obj_classname(x));
rb_raise          460 pack.c         #define TOO_FEW (rb_raise(rb_eArgError, toofew), 0)
rb_raise          466 pack.c         	    rb_raise(rb_eRuntimeError, "format string modified");
rb_raise          490 pack.c         		rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, natstr);
rb_raise          503 pack.c         		rb_raise(rb_eRangeError, "pack length too big");
rb_raise          869 pack.c         		rb_raise(rb_eArgError, "X outside of string");
rb_raise          881 pack.c         	    rb_raise(rb_eArgError, "%% is not supported");
rb_raise          894 pack.c         		    rb_raise(rb_eRangeError, "pack(U): value out of range");
rb_raise          942 pack.c         		    rb_raise(rb_eArgError, "too short buffer for P(%ld for %ld)",
rb_raise          987 pack.c         			rb_raise(rb_eArgError, "can't compress negative numbers");
rb_raise         1390 pack.c         		rb_raise(rb_eArgError, "'%c' allowed only after types %s", *p, natstr);
rb_raise         1404 pack.c         		rb_raise(rb_eRangeError, "pack length too big");
rb_raise         1413 pack.c         	    rb_raise(rb_eArgError, "%% is not supported");
rb_raise         1849 pack.c         			if (s >= send || a == -1) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1851 pack.c         			if (s >= send || b == -1) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1854 pack.c         			    rb_raise(rb_eArgError, "invalid base64");
rb_raise         1857 pack.c         			if (s >= send || c == -1) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1860 pack.c         			if (d == -1) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1867 pack.c         			if (b & 0xf) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1872 pack.c         			if (c & 0x3) rb_raise(rb_eArgError, "invalid base64");
rb_raise         1939 pack.c         		rb_raise(rb_eArgError, "@ outside of string");
rb_raise         1945 pack.c         		rb_raise(rb_eArgError, "X outside of string");
rb_raise         1951 pack.c         		rb_raise(rb_eArgError, "x outside of string");
rb_raise         1967 pack.c         			rb_raise(rb_eArgError, "no associated pointer");
rb_raise         1985 pack.c         			rb_raise(rb_eArgError, "non associated pointer");
rb_raise         2009 pack.c         			    rb_raise(rb_eArgError, "no associated pointer");
rb_raise         2021 pack.c         			    rb_raise(rb_eArgError, "non associated pointer");
rb_raise         2112 pack.c             rb_raise(rb_eRangeError, "pack(U): value out of range");
rb_raise         2138 pack.c         	rb_raise(rb_eArgError, "malformed UTF-8 character");
rb_raise         2148 pack.c         	rb_raise(rb_eArgError, "malformed UTF-8 character");
rb_raise         2151 pack.c         	rb_raise(rb_eArgError, "malformed UTF-8 character (expected %ld bytes, given %ld bytes)",
rb_raise         2160 pack.c         		rb_raise(rb_eArgError, "malformed UTF-8 character");
rb_raise         2170 pack.c         	rb_raise(rb_eArgError, "redundant UTF-8 sequence");
rb_raise         10130 parse.c            if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp");
rb_raise         11449 parse.c        	rb_raise(rb_eArgError, "unknown encoding name: %s", name);
rb_raise         11453 parse.c        	rb_raise(rb_eArgError, "%s is not ASCII compatible", rb_enc_name(enc));
rb_raise         15250 parse.c                rb_raise(rb_eArgError, "Qundef given");
rb_raise         15254 parse.c                rb_raise(rb_eArgError, "invalid pointer: %p", x);
rb_raise         15263 parse.c                rb_raise(rb_eArgError, "NODE given: %p", x);
rb_raise         15265 parse.c                rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)",
rb_raise         15582 parse.c                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15586 parse.c                    rb_raise(rb_eArgError, "Ripper#parse is not reentrant");
rb_raise         15588 parse.c                    rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe");
rb_raise         15611 parse.c                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15632 parse.c                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         15645 parse.c                rb_raise(rb_eArgError, "%s", RSTRING_PTR(msg));
rb_raise         4798 parse.y            if (lex_p < parser->tokp) rb_raise(rb_eRuntimeError, "lex_p < tokp");
rb_raise         6117 parse.y        	rb_raise(rb_eArgError, "unknown encoding name: %s", name);
rb_raise         6121 parse.y        	rb_raise(rb_eArgError, "%s is not ASCII compatible", rb_enc_name(enc));
rb_raise         9918 parse.y                rb_raise(rb_eArgError, "Qundef given");
rb_raise         9922 parse.y                rb_raise(rb_eArgError, "invalid pointer: %p", x);
rb_raise         9931 parse.y                rb_raise(rb_eArgError, "NODE given: %p", x);
rb_raise         9933 parse.y                rb_raise(rb_eArgError, "wrong type of ruby object: %p (%s)",
rb_raise         10250 parse.y                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10254 parse.y                    rb_raise(rb_eArgError, "Ripper#parse is not reentrant");
rb_raise         10256 parse.y                    rb_raise(rb_eArgError, "Ripper#parse is not multithread-safe");
rb_raise         10279 parse.y                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10300 parse.y                rb_raise(rb_eArgError, "method called for uninitialized object");
rb_raise         10313 parse.y                rb_raise(rb_eArgError, "%s", RSTRING_PTR(msg));
rb_raise          285 proc.c         	rb_raise(rb_eRuntimeError, "Can't create Binding Object on top of Fiber.");
rb_raise          367 proc.c         	    rb_raise(rb_eArgError,
rb_raise         1120 proc.c         	    rb_raise(rb_eTypeError,
rb_raise         1126 proc.c         	rb_raise(rb_eArgError, "wrong number of arguments (%d for 1)", argc);
rb_raise         1134 proc.c         		rb_raise(rb_eTypeError,
rb_raise         1138 proc.c         		rb_raise(rb_eTypeError,
rb_raise         1159 proc.c         	rb_raise(rb_eTypeError, "wrong argument type (expected Proc/Method)");
rb_raise         1218 proc.c         	rb_raise(rb_eTypeError, "can't call unbound method; bind first");
rb_raise         1343 proc.c         	    rb_raise(rb_eTypeError,
rb_raise         1347 proc.c         	    rb_raise(rb_eTypeError, "bind argument must be an instance of %s",
rb_raise         1388 proc.c         	rb_raise(rb_eArgError, "invalid node 0x%x", nd_type(body));
rb_raise         1666 proc.c         	rb_raise(rb_eArgError, "Can't create Binding from C level Proc");
rb_raise         1767 proc.c         	    rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", sarity, marity);
rb_raise          648 process.c      	rb_raise(rb_eArgError, "can't do waitpid with flags");
rb_raise          989 process.c      	    rb_raise(rb_eSecurityError, "Insecure PATH - %s", str);
rb_raise         1235 process.c                  rb_raise(rb_eArgError, "duplex IO redirection");
rb_raise         1239 process.c              rb_raise(rb_eArgError, "wrong exec redirect");
rb_raise         1242 process.c              rb_raise(rb_eArgError, "negative file descriptor");
rb_raise         1263 process.c                  rb_raise(rb_eArgError, "wrong exec redirect symbol: %s",
rb_raise         1309 process.c              rb_raise(rb_eArgError, "wrong exec redirect action");
rb_raise         1353 process.c                      rb_raise(rb_eArgError, "pgroup option specified twice");
rb_raise         1362 process.c                          rb_raise(rb_eArgError, "negative process group ID : %ld", (long)pgroup);
rb_raise         1388 process.c                          rb_raise(rb_eArgError, "wrong exec rlimit option");
rb_raise         1401 process.c                      rb_raise(rb_eArgError, "unsetenv_others option specified twice");
rb_raise         1408 process.c                      rb_raise(rb_eArgError, "chdir option specified twice");
rb_raise         1417 process.c                      rb_raise(rb_eArgError, "umask option specified twice");
rb_raise         1423 process.c                      rb_raise(rb_eArgError, "close_others option specified twice");
rb_raise         1441 process.c                  rb_raise(rb_eArgError, "wrong exec option symbol: %s",
rb_raise         1454 process.c              rb_raise(rb_eArgError, "wrong exec option");
rb_raise         1485 process.c                      rb_raise(rb_eArgError, "fd %d specified twice", fd);
rb_raise         1521 process.c              rb_raise(rb_eArgError, "environment name contains a equal : %s", k);
rb_raise         1550 process.c      	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         1557 process.c      	    rb_raise(rb_eArgError, "wrong first argument");
rb_raise         2906 process.c      	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         3267 process.c          rb_raise(rb_eArgError, "invalid resource name: %s", name);
rb_raise         3305 process.c          rb_raise(rb_eArgError, "invalid resource value: %s", name);
rb_raise         3423 process.c      	rb_raise(rb_eRuntimeError, "can't handle UID while evaluating block given to Process::UID.switch method");
rb_raise         3433 process.c      	rb_raise(rb_eRuntimeError, "can't handle GID while evaluating block given to Process::UID.switch method");
rb_raise         4067 process.c      	rb_raise(rb_eArgError, "too many groups, %lu max", (unsigned long)maxgroups);
rb_raise         4086 process.c      		    rb_raise(rb_eArgError,
rb_raise          238 random.c                 rb_raise(rb_eTypeError, "failed to convert %s into Integer",
rb_raise           30 range.c            rb_raise(rb_eArgError, "bad value for range");
rb_raise          318 range.c        	    rb_raise(rb_eArgError, "step can't be negative");
rb_raise          321 range.c        	    rb_raise(rb_eArgError, "step can't be 0");
rb_raise          369 range.c        		rb_raise(rb_eTypeError, "can't iterate from %s",
rb_raise          416 range.c        	rb_raise(rb_eTypeError, "can't iterate from %s",
rb_raise          643 range.c        	rb_raise(rb_eRangeError, "%ld..%s%ld out of range",
rb_raise          844 range.c                rb_raise(rb_eTypeError, "not a dumped range object");
rb_raise          330 rational.c     #define rb_raise_zerodiv() rb_raise(rb_eZeroDivError, "divided by zero")
rb_raise          403 rational.c     	    rb_raise(rb_eArgError, "not an integer");
rb_raise          907 rational.c         rb_raise(rb_eTypeError, "%s can't be coerced into %s",
rb_raise         1386 rational.c     	rb_raise(rb_eArgError, "invalid value for Rational: %s",
rb_raise          313 re.c           	rb_raise(rb_eTypeError, "uninitialized Regexp");
rb_raise          564 re.c               rb_raise(rb_eRegexpError, "%s: %s", err, RSTRING_PTR(desc));
rb_raise          881 re.c           	rb_raise(rb_eTypeError, "uninitialized Match");
rb_raise          894 re.c           	rb_raise(rb_eTypeError, "wrong argument class");
rb_raise         1005 re.c                   rb_raise(rb_eIndexError, "undefined group name reference: %s", name);
rb_raise         1038 re.c           	rb_raise(rb_eIndexError, "index %d out of matches", i);
rb_raise         1074 re.c           	rb_raise(rb_eIndexError, "index %d out of matches", i);
rb_raise         1109 re.c           	rb_raise(rb_eIndexError, "index %d out of matches", i);
rb_raise         1172 re.c               rb_raise(rb_eEncCompatError,
rb_raise         1184 re.c                   rb_raise(rb_eArgError,
rb_raise         1236 re.c           	rb_raise(rb_eArgError, "regexp preprocess failed: %s", err);
rb_raise         1605 re.c           	rb_raise(rb_eIndexError, "undefined group name reference: %s",
rb_raise         2259 re.c                   rb_raise(rb_eArgError, "no arguments given");
rb_raise         2276 re.c                       rb_raise(rb_eArgError, "%s", err);
rb_raise         2280 re.c                           rb_raise(rb_eArgError, "encoding mismatch in dynamic regexp : %s and %s",
rb_raise         2308 re.c           	rb_raise(rb_eSecurityError, "Insecure: can't modify regexp");
rb_raise         2311 re.c           	rb_raise(rb_eSecurityError, "can't modify literal regexp");
rb_raise         2313 re.c                   rb_raise(rb_eTypeError, "already initialized regexp");
rb_raise         2524 re.c           	    rb_raise(rb_eTypeError, "can't convert %s to String",
rb_raise         2772 re.c           	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         3020 re.c                                   rb_raise(rb_eArgError, "incompatible encodings: %s and %s",
rb_raise         3027 re.c                                   rb_raise(rb_eArgError, "incompatible encodings: %s and %s",
rb_raise         3043 re.c                                   rb_raise(rb_eArgError, "incompatible encodings: %s and %s",
rb_raise         3053 re.c                                   rb_raise(rb_eArgError, "incompatible encodings: %s and %s",
rb_raise         3060 re.c                               rb_raise(rb_eArgError, "ASCII incompatible encoding: %s",
rb_raise         3064 re.c                               rb_raise(rb_eArgError, "incompatible encodings: %s and %s",
rb_raise         3130 re.c           	rb_raise(rb_eTypeError, "wrong argument type");
rb_raise         3210 re.c                               rb_raise(rb_eRuntimeError, "invalid group name reference format");
rb_raise          633 regenc.c             rb_raise(rb_eRangeError, "%u out of char range", code);
rb_raise          648 ruby.c         	rb_raise(rb_eRuntimeError,
rb_raise          784 ruby.c         		rb_raise(rb_eRuntimeError, "no code specified for -e");
rb_raise          846 ruby.c         		rb_raise(rb_eRuntimeError, "missing argument for -E");
rb_raise          938 ruby.c         	     rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: --" name))
rb_raise          941 ruby.c         	     rb_raise(rb_eRuntimeError, "missing argument for --" name) \
rb_raise          977 ruby.c         		    rb_raise(rb_eRuntimeError, "extra argument for %s: %s",
rb_raise         1009 ruby.c         		rb_raise(rb_eRuntimeError,
rb_raise         1021 ruby.c                             rb_raise(rb_eRuntimeError,
rb_raise         1026 ruby.c                             rb_raise(rb_eRuntimeError,
rb_raise         1035 ruby.c         	    rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: -%c", *s);
rb_raise         1039 ruby.c         	    rb_raise(rb_eRuntimeError, "invalid switch in RUBYOPT: --%s", s);
rb_raise         1071 ruby.c         	rb_raise(rb_eRuntimeError, "unknown encoding name - %s", s);
rb_raise         1074 ruby.c         	rb_raise(rb_eRuntimeError, "dummy encoding is not acceptable - %s ", s);
rb_raise         1104 ruby.c         	rb_raise(rb_eTypeError, "$_ value need to be String (%s given)",
rb_raise         1481 ruby.c         	    rb_raise(rb_eLoadError, "no Ruby script found in input");
rb_raise         1653 ruby.c         	rb_raise(rb_eRuntimeError, "$0 not initialized");
rb_raise         1722 ruby.c                 rb_raise(rb_eSecurityError, "no %s allowed while running setuid", s);
rb_raise         1724 ruby.c                 rb_raise(rb_eSecurityError, "no %s allowed while running setgid", s);
rb_raise         1726 ruby.c                 rb_raise(rb_eSecurityError, "no %s allowed in tainted mode", s);
rb_raise           65 safe.c         	rb_raise(rb_eSecurityError,
rb_raise           83 safe.c         	    rb_raise(rb_eSecurityError, "Insecure operation `%s' at level %d",
rb_raise           87 safe.c         	    rb_raise(rb_eSecurityError, "Insecure operation at level %d",
rb_raise          105 safe.c         	    rb_raise(rb_eSecurityError, "Insecure operation - %s",
rb_raise          109 safe.c         	    rb_raise(rb_eSecurityError, "Insecure operation: -r");
rb_raise          120 safe.c         	rb_raise(rb_eTypeError, "wrong argument type %s (expected String)",
rb_raise          240 signal.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)",
rb_raise          246 signal.c       	    rb_raise(rb_eArgError, "invalid signal number (%d)", signo);
rb_raise          266 signal.c       	    rb_raise(rb_eArgError, "unsupported name `SIG%s'", signm);
rb_raise          343 signal.c       	rb_raise(rb_eArgError, "wrong number of arguments -- kill(sig, pid...)");
rb_raise          351 signal.c       	if (!s) rb_raise(rb_eArgError, "bad signal");
rb_raise          364 signal.c       	    rb_raise(rb_eArgError, "unsupported name `SIG%s'", s);
rb_raise          379 signal.c       	    rb_raise(rb_eArgError, "bad signal type %s",
rb_raise          758 signal.c       	    if (!command) rb_raise(rb_eArgError, "bad handler");
rb_raise          819 signal.c       	    rb_raise(rb_eArgError, "invalid signal number (%d)", sig);
rb_raise          825 signal.c       	if (!s) rb_raise(rb_eArgError, "bad signal");
rb_raise          836 signal.c       	    rb_raise(rb_eArgError, "unsupported signal SIG%s", s);
rb_raise          940 signal.c       	rb_raise(rb_eArgError, "wrong number of arguments -- trap(sig, cmd)/trap(sig){...}");
rb_raise          954 signal.c       	rb_raise(rb_eSecurityError, "Insecure: tainted signal trap");
rb_raise          107 sprintf.c          (rb_raise(rb_eArgError, "unnumbered(%d) mixed with numbered", nextarg), 0) : \
rb_raise          109 sprintf.c          (rb_raise(rb_eArgError, "unnumbered(%d) mixed with named", nextarg), 0) : \
rb_raise          113 sprintf.c          (rb_raise(rb_eArgError, "numbered(%d) after unnumbered(%d)", n, posarg), 0) : \
rb_raise          115 sprintf.c          (rb_raise(rb_eArgError, "numbered(%d) after named", n), 0) : \
rb_raise          116 sprintf.c          ((n < 1) ? (rb_raise(rb_eArgError, "invalid index - %d$", n), 0) : \
rb_raise          120 sprintf.c          ((nth >= argc) ? (rb_raise(rb_eArgError, "too few arguments"), 0) : argv[nth])
rb_raise          123 sprintf.c          (rb_raise(rb_eArgError, "named after unnumbered(%d)", posarg), 0) : \
rb_raise          125 sprintf.c          (rb_raise(rb_eArgError, "named after numbered"), 0) : \
rb_raise          132 sprintf.c      	    rb_raise(rb_eArgError, #val " too big"); \
rb_raise          137 sprintf.c      	rb_raise(rb_eArgError, "malformed format string - %%*[0-9]"); \
rb_raise          161 sprintf.c      	rb_raise(rb_eArgError, "one hash required");
rb_raise          165 sprintf.c      	rb_raise(rb_eArgError, "one hash required");
rb_raise          444 sprintf.c      	rb_raise(rb_eArgError, "width given twice");	 \
rb_raise          447 sprintf.c      	rb_raise(rb_eArgError, "width after precision"); \
rb_raise          451 sprintf.c      	rb_raise(rb_eArgError, "flag after width");	 \
rb_raise          454 sprintf.c      	rb_raise(rb_eArgError, "flag after precision"); \
rb_raise          490 sprintf.c      		rb_raise(rb_eArgError, "malformed format string - %%%c", *p);
rb_raise          492 sprintf.c      		rb_raise(rb_eArgError, "malformed format string");
rb_raise          531 sprintf.c      		    rb_raise(rb_eArgError, "value given twice - %d$", n);
rb_raise          553 sprintf.c      		    rb_raise(rb_eArgError, "malformed name - unmatched parenthesis");
rb_raise          575 sprintf.c      		rb_raise(rb_eArgError, "precision given twice");
rb_raise          598 sprintf.c      		rb_raise(rb_eArgError, "invalid format character - %%");
rb_raise          613 sprintf.c      			rb_raise(rb_eArgError, "%%c requires a character");
rb_raise          622 sprintf.c      		    rb_raise(rb_eArgError, "invalid character");
rb_raise          659 sprintf.c      			rb_raise(rb_eArgError, "invalid mbstring sequence");
rb_raise         1034 sprintf.c      	if (RTEST(ruby_debug)) rb_raise(rb_eArgError, "%s", mesg);
rb_raise         1099 sprintf.c      	rb_raise(rb_eRuntimeError, "rb_vsprintf reentered");
rb_raise          137 st.c               rb_raise(rb_eRuntimeError, "st_table too big");
rb_raise          346 string.c       	rb_raise(rb_eRuntimeError, "string modified");
rb_raise          354 string.c       	rb_raise(rb_eRuntimeError, "string frozen");
rb_raise          391 string.c       	rb_raise(rb_eArgError, "negative string size (or size too big)");
rb_raise          437 string.c       	rb_raise(rb_eArgError, "NULL pointer given");
rb_raise         1088 string.c       	rb_raise(rb_eArgError, "negative argument");
rb_raise         1091 string.c       	rb_raise(rb_eArgError, "argument too big");
rb_raise         1140 string.c       	rb_raise(rb_eRuntimeError, "can't modify string; temporarily locked");
rb_raise         1144 string.c       	rb_raise(rb_eSecurityError, "Insecure: can't modify string");
rb_raise         1259 string.c       	rb_raise(rb_eArgError, "string contains null byte");
rb_raise         1530 string.c       	rb_raise(rb_eRuntimeError, "temporal locking already locked string");
rb_raise         1540 string.c       	rb_raise(rb_eRuntimeError, "temporal unlocking already unlocked string");
rb_raise         1559 string.c       	rb_raise(rb_eArgError, "negative string size (or size too big)");
rb_raise         1619 string.c       	rb_raise(rb_eArgError, "string sizes too big");
rb_raise         1647 string.c       	rb_raise(rb_eArgError, "negative string size (or size too big)");
rb_raise         1662 string.c       	rb_raise(rb_eArgError, "negative string size (or size too big)");
rb_raise         1733 string.c               rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s",
rb_raise         1763 string.c       	rb_raise(rb_eArgError, "negative string size (or size too big)");
rb_raise         2378 string.c       	    rb_raise(rb_eTypeError, "type mismatch: %s given",
rb_raise         2495 string.c       	    rb_raise(rb_eTypeError, "type mismatch: %s given",
rb_raise         2528 string.c       	rb_raise(rb_eTypeError, "type mismatch: String given");
rb_raise         2575 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 1)", argc);
rb_raise         3018 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 1)", argc);
rb_raise         3093 string.c           if (len < 0) rb_raise(rb_eIndexError, "negative length %ld", len);
rb_raise         3101 string.c       	rb_raise(rb_eIndexError, "index %ld out of string", beg);
rb_raise         3142 string.c       	rb_raise(rb_eIndexError, "regexp not matched");
rb_raise         3148 string.c       	rb_raise(rb_eIndexError, "index %d out of regexp", nth);
rb_raise         3159 string.c       	rb_raise(rb_eIndexError, "regexp group %d not matched", nth);
rb_raise         3188 string.c       	    rb_raise(rb_eIndexError, "string not matched");
rb_raise         3245 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 2)", argc);
rb_raise         3310 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 1)", argc);
rb_raise         3384 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 2)", argc);
rb_raise         3418 string.c                       rb_raise(rb_eEncCompatError, "incompatible character encodings: %s and %s",
rb_raise         3525 string.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 2)", argc);
rb_raise         3561 string.c       		rb_raise(rb_eRuntimeError, "block should not cheat");
rb_raise         3786 string.c               rb_raise(rb_eIndexError, "index %ld out of string", pos);
rb_raise         3941 string.c       	rb_raise(rb_eArgError, "invalid radix %d", base);
rb_raise         4246 string.c       	rb_raise(rb_eEncCompatError, "incompatible encoding with this operation: %s",
rb_raise         4942 string.c       	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         5187 string.c       	rb_raise(rb_eArgError, "wrong number of arguments");
rb_raise         5373 string.c       	    rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(STR_ENC_GET(str)));
rb_raise         5376 string.c       	    rb_raise(rb_eArgError, "invalid byte sequence in %s", rb_enc_name(STR_ENC_GET(spat)));
rb_raise         6240 string.c       	rb_raise(rb_eEncCompatError, "ASCII incompatible encoding: %s", rb_enc_name(enc));
rb_raise         6266 string.c       	rb_raise(rb_eEncCompatError, "ASCII incompatible encoding: %s", rb_enc_name(enc));
rb_raise         6294 string.c       	rb_raise(rb_eArgError, "salt too short (need >=2 bytes)");
rb_raise         6348 string.c       	    rb_raise(rb_eRuntimeError, "symbol table overflow (%s given for %s)",
rb_raise         6352 string.c       	    rb_raise(rb_eRuntimeError, "symbol table overflow (symbol %s)",
rb_raise         6462 string.c       	    rb_raise(rb_eArgError, "zero width padding");
rb_raise         6610 string.c       	    rb_raise(rb_eTypeError, "type mismatch: %s given",
rb_raise         6657 string.c       	    rb_raise(rb_eTypeError, "type mismatch: %s given",
rb_raise         6731 string.c       	rb_raise(rb_eTypeError, "value of %s must be String", rb_id2name(id));
rb_raise         6924 string.c       	rb_raise(rb_eArgError, "no receiver given");
rb_raise         7035 string.c       	    rb_raise(rb_eTypeError, "%s is not a symbol",
rb_raise           39 struct.c       	rb_raise(rb_eTypeError, "uninitialized struct");
rb_raise           42 struct.c       	rb_raise(rb_eTypeError, "corrupted struct");
rb_raise           53 struct.c       	rb_raise(rb_eTypeError, "struct size differs (%ld required %ld given)",
rb_raise          148 struct.c              rb_raise(rb_eSecurityError, "Insecure: can't modify Struct");
rb_raise          347 struct.c       	rb_raise(rb_eTypeError, "broken members");
rb_raise          364 struct.c       	rb_raise(rb_eArgError, "struct size differs");
rb_raise          569 struct.c       	rb_raise(rb_eTypeError, "wrong argument class");
rb_raise          572 struct.c       	rb_raise(rb_eTypeError, "struct size mismatch");
rb_raise          627 struct.c               rb_raise(rb_eIndexError, "offset %ld too small for struct(size:%ld)",
rb_raise          630 struct.c               rb_raise(rb_eIndexError, "offset %ld too large for struct(size:%ld)",
rb_raise          645 struct.c       	rb_raise(rb_eTypeError, "struct size differs (%ld required %ld given)",
rb_raise          690 struct.c               rb_raise(rb_eIndexError, "offset %ld too small for struct(size:%ld)",
rb_raise          694 struct.c               rb_raise(rb_eIndexError, "offset %ld too large for struct(size:%ld)",
rb_raise          750 struct.c       	rb_raise(rb_eArgError, "wrong number of arguments (%d for 0)", argc);
rb_raise          480 thread.c       	rb_raise(rb_eThreadError,
rb_raise          508 thread.c       	rb_raise(rb_eThreadError, "uninitialized thread - check `%s#initialize'",
rb_raise          535 thread.c       	rb_raise(rb_eThreadError, "must be called with a block");
rb_raise          543 thread.c                   rb_raise(rb_eThreadError, "already initialized thread");
rb_raise          547 thread.c       	    rb_raise(rb_eThreadError, "already initialized thread - %s",
rb_raise          550 thread.c               rb_raise(rb_eThreadError, "already initialized thread - %s:%d",
rb_raise         1465 thread.c       	rb_raise(rb_eThreadError, "killed thread");
rb_raise         1525 thread.c       	rb_raise(rb_eThreadError,
rb_raise         1894 thread.c       	rb_raise(rb_eSecurityError, "Insecure: thread locals");
rb_raise         1939 thread.c       	rb_raise(rb_eSecurityError, "Insecure: can't modify thread locals");
rb_raise         2435 thread.c       	rb_raise(rb_eIOError, "closed stream");
rb_raise         2815 thread.c       	rb_raise(rb_eThreadError, "can't move to the frozen thread group");
rb_raise         2819 thread.c       	rb_raise(rb_eThreadError, "can't move to the enclosed thread group");
rb_raise         2827 thread.c       	rb_raise(rb_eThreadError, "can't move from the frozen thread group");
rb_raise         2831 thread.c       	rb_raise(rb_eThreadError,
rb_raise         3034 thread.c       	    rb_raise(rb_eThreadError, "deadlock; recursive locking");
rb_raise         3141 thread.c           if (err) rb_raise(rb_eThreadError, "%s", err);
rb_raise         3330 thread.c       	rb_raise(rb_eTypeError, "invalid inspect_tbl hash for %s in %s",
rb_raise         3337 thread.c       	rb_raise(rb_eTypeError, "invalid inspect_tbl list for %s in %s",
rb_raise         3554 thread.c       	rb_raise(rb_eTypeError, "trace_func needs to be Proc");
rb_raise          329 thread_pthread.c 	rb_raise(rb_eNotImpError, "ruby engine can initialize only in the main thread");
rb_raise          506 thread_pthread.c 	    rb_raise(rb_eThreadError, "can't create Thread (%d)", err);
rb_raise          517 thread_pthread.c 	rb_raise(rb_eThreadError, "native_thread_join() failed (%d)", err);
rb_raise          483 thread_win32.c 	rb_raise(rb_eThreadError, "can't create Thread (%d)", errno);
rb_raise           64 time.c         	rb_raise(rb_eSecurityError, "Insecure: can't modify Time");
rb_raise          132 time.c         	    rb_raise(rb_eRangeError, "out of Time range");
rb_raise          140 time.c         	    rb_raise(rb_eRangeError, "out of Time range");
rb_raise          146 time.c         	rb_raise(rb_eArgError, "time must be positive");
rb_raise          193 time.c         	    rb_raise(rb_eArgError, "%s must be positive", tstr);
rb_raise          199 time.c         	    rb_raise(rb_eArgError, "%s must be positive", tstr);
rb_raise          210 time.c         		rb_raise(rb_eRangeError, "%f out of Time range", RFLOAT_VALUE(num));
rb_raise          219 time.c         	    rb_raise(rb_eArgError, "%s must be positive", tstr);
rb_raise          233 time.c                         rb_raise(rb_eArgError, "%s must be positive", tstr);
rb_raise          239 time.c                     rb_raise(rb_eTypeError, "can't convert %s into %s",
rb_raise          479 time.c         	rb_raise(rb_eArgError, "argument out of range");
rb_raise          838 time.c             rb_raise(rb_eArgError, "time out of range");
rb_raise          841 time.c             rb_raise(rb_eArgError, "gmtime/localtime error");
rb_raise         1199 time.c         	rb_raise(rb_eTypeError, "wrong argument type");
rb_raise         1248 time.c         	rb_raise(rb_eArgError, "localtime error");
rb_raise         1292 time.c         	rb_raise(rb_eArgError, "gmtime error");
rb_raise         1437 time.c         	rb_raise(rb_eRangeError, "time %s %f out of Time range",
rb_raise         1445 time.c         	    rb_raise(rb_eRangeError, "time - %f out of Time range", v);
rb_raise         1451 time.c         	    rb_raise(rb_eRangeError, "time + %f out of Time range", v);
rb_raise         1479 time.c         	rb_raise(rb_eTypeError, "time + time?");
rb_raise         1981 time.c         	    rb_raise(rb_eArgError, "gmtime error");
rb_raise         2132 time.c         	rb_raise(rb_eArgError, "format should have ASCII compatible encoding");
rb_raise         2191 time.c                 rb_raise(rb_eArgError, "year too big to marshal: %ld", (long)tm->tm_year);
rb_raise         2283 time.c         	rb_raise(rb_eTypeError, "marshaled time format differ");
rb_raise          207 transcode.c    	rb_raise(rb_eArgError, "transcoder from %s to %s has been already registered",
rb_raise          230 transcode.c    	rb_raise(rb_eArgError, "invalid library name - %s",
rb_raise         1747 transcode.c                    rb_raise(rb_eArgError, "too long string");
rb_raise         2277 transcode.c            rb_raise(rb_eArgError, "unknown value for invalid character option");
rb_raise         2287 transcode.c            rb_raise(rb_eArgError, "unknown value for undefined character option");
rb_raise         2299 transcode.c                rb_raise(rb_eArgError, "unexpected value for xml option: %s", rb_id2name(SYM2ID(v)));
rb_raise         2302 transcode.c                rb_raise(rb_eArgError, "unexpected value for xml option");
rb_raise         2338 transcode.c    	    rb_raise(rb_eArgError, "replacement string is broken: %s as %s",
rb_raise         2454 transcode.c    	rb_raise(rb_eArgError, "wrong number of arguments (%d for 0..2)", argc);
rb_raise         2503 transcode.c            rb_raise(rb_eArgError, "not fully converted, %"PRIdPTRDIFF" bytes left", sp+slen-fromp);
rb_raise         2946 transcode.c                    rb_raise(rb_eArgError, "not a 2-element array in convpath");
rb_raise         2959 transcode.c                    rb_raise(rb_eArgError, "decoration failed: %s", dname);
rb_raise         2969 transcode.c                    rb_raise(rb_eArgError, "adding conversion failed: %s to %s", sname, dname);
rb_raise         3108 transcode.c            rb_raise(rb_eTypeError, "already initialized");
rb_raise         3176 transcode.c            rb_raise(rb_eTypeError, "wrong argument type %s (expected Encoding::Converter)",
rb_raise         3180 transcode.c            rb_raise(rb_eTypeError, "uninitialized encoding converter");
rb_raise         3422 transcode.c            rb_raise(rb_eArgError, "negative output_byteoffset");
rb_raise         3425 transcode.c            rb_raise(rb_eArgError, "output_byteoffset too big");
rb_raise         3428 transcode.c            rb_raise(rb_eArgError, "negative output_bytesize");
rb_raise         3435 transcode.c            rb_raise(rb_eArgError, "output_byteoffset+output_bytesize too big");
rb_raise         3458 transcode.c                rb_raise(rb_eArgError, "too long conversion result");
rb_raise         3534 transcode.c            rb_raise(rb_eArgError, "converter already finished");
rb_raise         3736 transcode.c    	rb_raise(rb_eArgError, "too big string");
rb_raise         3848 transcode.c            rb_raise(rb_eUndefinedConversionError, "replacement character setup failed");
rb_raise         3883 transcode.c            rb_raise(rb_eUndefinedConversionError, "replacement character setup failed");
rb_raise          239 variable.c     	rb_raise(rb_eArgError, "can't retrieve anonymous class %s", path);
rb_raise          252 variable.c     	    rb_raise(rb_eArgError, "undefined class/module %.*s", (int)(p-path), path);
rb_raise          260 variable.c     	    rb_raise(rb_eTypeError, "%s does not refer class/module", path);
rb_raise          558 variable.c     	rb_raise(rb_eSecurityError, "Insecure: tainted variable trace");
rb_raise          684 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't change global variable value");
rb_raise          759 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't alias global variable");
rb_raise          770 variable.c     	    rb_raise(rb_eRuntimeError, "can't alias in tracer");
rb_raise         1013 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't modify instance variable");
rb_raise         1235 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't modify instance variable");
rb_raise         1335 variable.c     	rb_raise(rb_eTypeError, "wrong autoload table: %s", RSTRING_PTR(desc));
rb_raise         1347 variable.c     	rb_raise(rb_eNameError, "autoload must be constant name: %s", rb_id2name(id));
rb_raise         1350 variable.c     	rb_raise(rb_eArgError, "empty file name");
rb_raise         1424 variable.c     	rb_raise(rb_eArgError, "empty file name");
rb_raise         1538 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't remove constant");
rb_raise         1701 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't set %s", dest);
rb_raise         1734 variable.c     	rb_raise(rb_eTypeError, "no class/module to define constant %s",
rb_raise         1956 variable.c     	rb_raise(rb_eSecurityError, "Insecure: can't remove class variable");
rb_raise           81 vm.c           	rb_raise(rb_eTypeError, "Not a toplevel InstructionSequence");
rb_raise         1683 vm.c           	rb_raise(rb_eTypeError, "no class/module to add method");
rb_raise         1688 vm.c           	    rb_raise(rb_eTypeError,
rb_raise           86 vm_eval.c      	    rb_raise(rb_eArgError, "wrong number of arguments (%d for 1)", argc);
rb_raise           93 vm_eval.c      	    rb_raise(rb_eArgError, "wrong number of arguments (%d for 0)",
rb_raise          189 vm_eval.c      	rb_raise(rb_eNotImpError,
rb_raise          243 vm_eval.c      		rb_raise(rb_eSecurityError, "calling insecure method: %s", rb_id2name(mid));
rb_raise          300 vm_eval.c      	rb_raise(rb_eArgError, "no id given");
rb_raise          355 vm_eval.c      	rb_raise(rb_eTypeError, "allocator undefined for %s",
rb_raise          429 vm_eval.c      	rb_raise(rb_eArgError, "no method name given");
rb_raise          532 vm_eval.c              rb_raise(rb_eArgError, "not an array");
rb_raise          699 vm_eval.c      		rb_raise(rb_eTypeError,
rb_raise          716 vm_eval.c      		rb_raise(rb_eRuntimeError, "Can't eval on top of Fiber or Thread");
rb_raise          809 vm_eval.c      	    rb_raise(rb_eSecurityError,
rb_raise          949 vm_eval.c      	    rb_raise(rb_eArgError, "wrong number of arguments (%d for 0)", argc);
rb_raise          958 vm_eval.c      	    rb_raise(rb_eArgError, "block not supplied");
rb_raise          969 vm_eval.c      		rb_raise(rb_eArgError,
rb_raise         1139 vm_eval.c      	rb_raise(rb_eArgError, "uncaught throw %s", RSTRING_PTR(desc));
rb_raise         1301 vm_eval.c      	rb_raise(rb_eArgError, "negative level (%d)", lev);
rb_raise          105 vm_insnhelper.c 	    rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)", orig_argc, iseq->argc); \
rb_raise          127 vm_insnhelper.c 	rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)",
rb_raise          151 vm_insnhelper.c 	    rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)",
rb_raise          182 vm_insnhelper.c 	    rb_raise(rb_eArgError, "wrong number of arguments (%d for %d)",
rb_raise          223 vm_insnhelper.c 			rb_raise(rb_eTypeError,
rb_raise          277 vm_insnhelper.c 	rb_raise(rb_eArgError, "wrong number of arguments(%d for %d)",
rb_raise          352 vm_insnhelper.c 	rb_raise(rb_eArgError, "too many arguments(%d)", len);
rb_raise          512 vm_insnhelper.c 		    rb_raise(rb_eArgError, "wrong number of arguments (%d for 0)",
rb_raise          575 vm_insnhelper.c 		rb_raise(rb_eSecurityError, "calling insecure method: %s", rb_id2name(id));
rb_raise         1063 vm_insnhelper.c 	rb_raise(rb_eTypeError, "%s is not a class/module",
rb_raise         1145 vm_insnhelper.c 	rb_raise(rb_eTypeError, "no class variables available");
rb_raise         1208 vm_insnhelper.c 	rb_raise(rb_eNoMethodError, "super called outside of method");
rb_raise         1232 vm_insnhelper.c 	    rb_raise(rb_eRuntimeError, "implicit argument passing of super from method defined by define_method() is not supported. Specify all arguments explicitly.");
rb_raise          111 vm_method.c    	rb_raise(rb_eSecurityError, "Insecure: can't define method");
rb_raise          314 vm_method.c    	rb_raise(rb_eSecurityError, "Insecure: can't remove method");
rb_raise          460 vm_method.c    	rb_raise(rb_eArgError, "argument needs to be symbol or string");
rb_raise          481 vm_method.c    	rb_raise(rb_eSecurityError, "Insecure: can't undef `%s'",
rb_raise          818 vm_method.c    	rb_raise(rb_eSecurityError,
rb_raise         1015 vm_method.c    	rb_raise(rb_eTypeError, "module_function must be called for modules");