-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcritical_tags.txt
68 lines (68 loc) · 5.99 KB
/
critical_tags.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
core\argf\close_tags.txt:0:critical:ARGF.close reads one line from the first file, closes it and read the next one
core\argf\eof_tags.txt:0:critical:ARGF.eof? returns true when reaching the end of a file
core\argf\eof_tags.txt:0:critical:ARGF.eof returns true when reaching the end of a file
core\argf\file_tags.txt:0:critical:ARGF.file returns the current file object on each file
core\argf\filename_tags.txt:0:critical:ARGF.filename returns the current file name on each file
core\argf\filename_tags.txt:0:critical:ARGF.filename it sets the $FILENAME global variable with the current file name on each file
core\argf\fileno_tags.txt:0:critical:ARGF.fileno returns the current file number on each file
core\argf\gets_tags.txt:0:critical:ARGF.gets reads one line of a file
core\argf\gets_tags.txt:0:critical:ARGF.gets reads all lines of a file
core\argf\gets_tags.txt:0:critical:ARGF.gets reads all lines of two files
core\argf\gets_tags.txt:0:critical:ARGF.gets returns nil when reaching end of files
core\argf\gets_tags.txt:0:critical:ARGF.gets sets $_ global variable with each line read
core\argf\lineno_tags.txt:0:critical:ARGF.lineno returns the current line number on each file
core\argf\path_tags.txt:0:critical:ARGF.path returns the current file name on each file
core\argf\path_tags.txt:0:critical:ARGF.path it sets the $FILENAME global variable with the current file name on each file
core\argf\rewind_tags.txt:0:critical:ARGF.rewind goes back to beginning of current file
core\argf\to_i_tags.txt:0:critical:ARGF.to_i returns the current file number on each file
core\argf\to_io_tags.txt:0:critical:ARGF.to_io returns the IO of the current file
core\array\comparison_tags.txt:0:critical:Array#<=> properly handles recursive arrays
core\array\eql_tags.txt:0:critical:Array#eql? properly handles recursive arrays
core\array\equal_value_tags.txt:0:critical:Array#== properly handles recursive arrays
core\array\hash_tags.txt:0:critical:Array#hash properly handles recursive arrays
core\array\hash_tags.txt:0:critical:Array#hash properly handles recursive arrays
core\array\intersection_tags.txt:0:critical:Array#& properly handles recursive arrays
core\array\join_tags.txt:0:critical:Array#join raises a NoMethodError if an element does not respond to #to_s
core\array\join_tags.txt:0:critical:Array#join does not separates elements when the passed separator is nil
core\array\union_tags.txt:0:critical:Array#| properly handles recursive arrays
core\array\uniq_tags.txt:0:critical:Array#uniq properly handles recursive arrays
core\array\uniq_tags.txt:0:critical:Array#uniq! properly handles recursive arrays
core\kernel\sleep_tags.txt:3:critical:Kernel#sleep pauses execution indefinitely if not given a duration
core\string\process\wait_tags.txt:0:critical:Process.wait
core\string\process\wait2_tags.txt:0:critical:Process.wait2
core\string\process\waitall_tags.txt:0:critical:Process.waitall
core\string\to_i_tags.txt:3:critical:String#to_i requires that the sign if any appears before the base specifier
core\string\hex_tags.txt:3:critical:String#hex takes an optional sign
core\string\hex_tags.txt:3:critical:String#hex returns 0 on error
core\string\oct_tags.txt:3:critical:String#oct takes an optional sign
core\string\oct_tags.txt:3:critical:String#oct returns 0 on error
core\thread\inspect_tags.txt:2:critical:Thread#inspect describes a sleeping thread
core\thread\stop_tags.txt:2:critical:Thread.stop resets Thread.critical to false
core\thread\stop_tags.txt:0:critical:Thread#stop? reports if a thread has stopped due to sleeping
language\method_tags.txt:0:critical:Calling a method fails with both lambda and block argument
library\mathn\rational\power2_tags.txt:0:critical:Rational#power2 when passed [Rational] returns Rational.new!(1, 1) when the passed argument is 0
library\mathn\rational\power2_tags.txt:0:critical:Rational#power2 when passed [Rational] returns the Rational value of self raised to the passed argument
library\net\ftp\get_tags.txt:0:critical:Net::FTP#get (binary mode)
library\net\ftp\getbinaryfile_tags.txt:0:critical:Net::FTP#getbinaryfile
library\net\ftp\retrbinary_tags.txt:0:critical:Net::FTP#retrbinary
library\net\http\http\get_print_tags.txt:0:critical:Net::HTTP.get_print when passed URI it prints the body of the specified uri to $stdout
library\net\http\http\get_print_tags.txt:0:critical:Net::HTTP.get_print when passed host, path, port it prints the body of the specified uri to $stdout
library\net\http\http\lock_tags.txt:0:critical:Net::HTTP#lock sends a LOCK request to the passed path and returns the response
library\net\http\http\post_form_tags.txt:0:critical:Net::HTTP.post_form when passed URI POSTs the passed form data to the given uri
library\net\http\http\post_tags.txt:0:critical:Net::HTTP#post
library\net\http\http\propfind_tags.txt:0:critical:Net::HTTP#propfind
library\net\http\http\proppatch_tags.txt:0:critical:Net::HTTP#proppatch
library\net\http\http\put_tags.txt:0:critical:Net::HTTP#put
library\net\http\http\request_tags.txt:0:critical:Net::HTTP#request
library\net\http\http\send_request_tags.txt:0:critical:Net::HTTP#send_request
library\net\http\http\unlock_tags.txt:0:critical:Net::HTTP#unlock
library\openstruct\inspect_tags.txt:0:critical:OpenStruct#inspect correctly handles self-referential OpenStructs
library\openstruct\to_s_tags.txt:0:critical:OpenStruct#to_s correctly handles self-referential OpenStructs
library\resolv\get_address_tags.txt:0:critical:Resolv#getaddress
library\resolv\get_addresses_tags.txt:0:critical:Resolv#getaddresses
library\resolv\get_name_tags.txt:0:critical:Resolv#getname
library\resolv\get_names_tags.txt:0:critical:Resolv#getnames
library\scanf\io\block_scanf_tags.txt:0:critical:IO#block_scanf passes each match to the block as an array
library\scanf\io\scanf_tags.txt:0:critical:IO#scanf with block passes each match to the block as an array
library\socket\basicsocket\recv_tags.txt:0:critical:BasicSocket#recv receives a specified number of bytes of a message from another socket
library\socket\basicsocket\recv_tags.txt:0:critical:BasicSocket#recv accepts flags to specify unusual receiving behaviour