Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/complex.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ class Complex < Numeric

def negative?: () -> bot

def nonzero?: () -> self?

# <!--
# rdoc-file=complex.c
# - numerator -> new_complex
Expand Down
2 changes: 0 additions & 2 deletions core/float.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,6 @@ class Float < Numeric
#
def next_float: () -> Float

def nonzero?: () -> self?

# <!--
# rdoc-file=rational.c
# - flo.numerator -> integer
Expand Down
2 changes: 0 additions & 2 deletions core/integer.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,6 @@ class Integer < Numeric
#
def nobits?: (int mask) -> bool

def nonzero?: () -> self?

# <!--
# rdoc-file=numeric.rb
# - numerator -> self
Expand Down
2 changes: 0 additions & 2 deletions core/rational.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ class Rational < Numeric
#
def negative?: () -> bool

def nonzero?: () -> self?

# <!--
# rdoc-file=rational.c
# - rat.numerator -> integer
Expand Down