File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -535,8 +535,6 @@ class Complex < Numeric
535535
536536 def negative? : () -> bot
537537
538- def nonzero? : () -> self ?
539-
540538 # <!--
541539 # rdoc-file=complex.c
542540 # - numerator -> new_complex
Original file line number Diff line number Diff line change @@ -737,8 +737,6 @@ class Float < Numeric
737737 #
738738 def next_float : () -> Float
739739
740- def nonzero? : () -> self ?
741-
742740 # <!--
743741 # rdoc-file=rational.c
744742 # - flo.numerator -> integer
Original file line number Diff line number Diff line change @@ -1015,8 +1015,6 @@ class Integer < Numeric
10151015 #
10161016 def nobits? : (int mask) -> bool
10171017
1018- def nonzero? : () -> self ?
1019-
10201018 # <!--
10211019 # rdoc-file=numeric.rb
10221020 # - numerator -> self
Original file line number Diff line number Diff line change @@ -336,8 +336,6 @@ class Rational < Numeric
336336 #
337337 def negative? : () -> bool
338338
339- def nonzero? : () -> self ?
340-
341339 # <!--
342340 # rdoc-file=rational.c
343341 # - rat.numerator -> integer
You can’t perform that action at this time.
0 commit comments