@@ -16,9 +16,7 @@ fails:Public methods on IO should not include nonblock=
16
16
fails:Public methods on IO should not include nonblock?
17
17
fails:Public methods on Numeric should include dup
18
18
fails:Public methods on Range should include entries
19
- fails:Public methods on Range should not include clone
20
19
fails:Public methods on Range should not include collect
21
- fails:Public methods on Range should not include dup
22
20
fails:Public methods on Range should not include map
23
21
fails:Public methods on Rational should include -@
24
22
fails:Public methods on Rational should include fdiv
@@ -31,8 +29,6 @@ fails:Public methods on Digest.singleton_class should include const_missing
31
29
fails:Public methods on Digest::Instance should not include finish
32
30
fails:Public methods on Dir should not include closed?
33
31
fails:Public methods on Exception should include respond_to?
34
- fails:Public methods on Fiber should not include alive?
35
- fails:Public methods on Fiber should not include transfer
36
32
fails:Public methods on Mutex should not include marshal_dump
37
33
fails:Public methods on Thread should not include freeze
38
34
fails:Public methods on Thread should include add_trace_func
@@ -41,7 +37,6 @@ fails:Public methods on MatchData should include hash
41
37
fails:Public methods on Method should include clone
42
38
fails:Public methods on Method should include original_name
43
39
fails:Public methods on UnboundMethod should include clone
44
- fails:Public methods on UnboundMethod should include original_name
45
40
fails:Public methods on Symbol should not include eql?
46
41
fails:Public methods on Symbol should not include hash
47
42
fails:Public methods on TracePoint should include callee_id
@@ -65,26 +60,17 @@ fails:Public methods on Socket::Option should include ipv4_multicast_ttl
65
60
fails:Public methods on ENV.singleton_class should not include index
66
61
fails:Public methods on Fiber should include backtrace
67
62
fails:Public methods on Fiber should include backtrace_locations
68
- fails:Public methods on Fiber should include blocking?
69
- fails:Public methods on IO should include wait_priority
70
- fails:Public methods on Proc should include ==
71
- fails:Public methods on Proc should include eql?
72
63
fails:Public methods on Random should not include bytes
73
64
fails:Public methods on Random should not include rand
74
65
fails:Public methods on Random should not include seed
75
- fails:Public methods on GC should not include measure_total_time
76
- fails:Public methods on GC should not include total_time
77
66
fails:Public methods on GC.singleton_class should not include heap_stats
78
- fails:Public methods on GC.singleton_class should not include measure_total_time=
79
67
fails:Public methods on GC.singleton_class should not include run
80
68
fails:Public methods on GC.singleton_class should include compact
81
69
fails:Public methods on GC.singleton_class should include latest_compact_info
82
70
fails:Public methods on GC.singleton_class should include latest_gc_info
83
71
fails:Public methods on GC.singleton_class should include verify_compaction_references
84
72
fails:Public methods on GC.singleton_class should include verify_internal_consistency
85
73
fails:Public methods on GC.singleton_class should include verify_transient_heap_internal_consistency
86
- fails:Public methods on GC.singleton_class should not include measure_total_time
87
- fails:Public methods on GC.singleton_class should not include total_time
88
74
fails:Public methods on Pathname should include birthtime
89
75
fails:Public methods on StringIO should not include __data__
90
76
fails:Public methods on StringIO should not include encode_with
@@ -94,25 +80,41 @@ fails:Public methods on StringIO should not include marshal_dump
94
80
fails:Public methods on StringIO should not include to_yaml_properties
95
81
fails:Public methods on StringIO should not include yaml_initialize
96
82
fails:Public methods on StringIO should include set_encoding_by_bom
97
- fails:Public methods on Process.singleton_class should include argv0
98
83
fails:Public methods on Process.singleton_class should include getsid
99
- fails:Public methods on Array should include intersect?
100
- fails:Public methods on Class should include subclasses
101
84
fails:Public methods on ENV.singleton_class should include clone
102
85
fails:Public methods on ENV.singleton_class should include dup
103
- fails:Public methods on Enumerable should include compact
104
- fails:Public methods on Enumerator::Lazy should include compact
105
86
fails:Public methods on GC.singleton_class should include using_rvargc?
106
- fails:Public methods on MatchData should include match
107
- fails:Public methods on MatchData should include match_length
108
- fails:Public methods on Method should include private?
109
- fails:Public methods on Method should include protected?
110
- fails:Public methods on Method should include public?
111
- fails:Public methods on Process.singleton_class should include _fork
112
- fails:Public methods on Thread should include native_thread_id
113
- fails:Public methods on UnboundMethod should include private?
114
- fails:Public methods on UnboundMethod should include protected?
115
- fails:Public methods on UnboundMethod should include public?
116
- fails:Public methods on String should not include bytesplice
117
- fails:Public methods on Module should not include refinements
118
- fails:Public methods on Module should not include undefined_instance_methods
87
+ fails:Public methods on Class should include attached_object
88
+ fails:Public methods on Enumerable should include to_set
89
+ fails:Public methods on Exception should include detailed_message
90
+ fails:Public methods on Fiber should include storage
91
+ fails:Public methods on Fiber should include storage=
92
+ fails:Public methods on File should not include path
93
+ fails:Public methods on File should not include to_path
94
+ fails:Public methods on GC.singleton_class should include stat_heap
95
+ fails:Public methods on IO should not include nread
96
+ fails:Public methods on IO should not include ready?
97
+ fails:Public methods on IO should include path
98
+ fails:Public methods on IO should include timeout
99
+ fails:Public methods on IO should include timeout=
100
+ fails:Public methods on IO should include to_path
101
+ fails:Public methods on Integer should include ceildiv
102
+ fails:Public methods on Kernel should not include =~
103
+ fails:Public methods on Kernel should not include taint
104
+ fails:Public methods on Kernel should not include tainted?
105
+ fails:Public methods on Kernel should not include trust
106
+ fails:Public methods on Kernel should not include untaint
107
+ fails:Public methods on Kernel should not include untrust
108
+ fails:Public methods on Kernel should not include untrusted?
109
+ fails:Public methods on MatchData should include byteoffset
110
+ fails:Public methods on MatchData should include deconstruct
111
+ fails:Public methods on MatchData should include deconstruct_keys
112
+ fails:Public methods on Method should not include private?
113
+ fails:Public methods on Method should not include protected?
114
+ fails:Public methods on Method should not include public?
115
+ fails:Public methods on Regexp should include timeout
116
+ fails:Public methods on UnboundMethod should not include private?
117
+ fails:Public methods on UnboundMethod should not include protected?
118
+ fails:Public methods on UnboundMethod should not include public?
119
+ fails:Public methods on Pathname should include lutime
120
+ fails:Public methods on StringScanner should include named_captures
0 commit comments