diff --git a/core/binding.rbs b/core/binding.rbs index 06b85a580..fea7af371 100644 --- a/core/binding.rbs +++ b/core/binding.rbs @@ -32,8 +32,6 @@ class Binding def clone: () -> self - def dup: () -> self - # # Invokes the block, setting the block's parameters to the values in *params* diff --git a/core/rational.rbs b/core/rational.rbs index ff34e033f..0bbcc8139 100644 --- a/core/rational.rbs +++ b/core/rational.rbs @@ -244,8 +244,6 @@ class Rational < Numeric def divmod: (Integer | Float | Rational) -> [ Integer, Rational ] | (Numeric) -> [ Numeric, Numeric ] - def dup: () -> self - def eql?: (untyped) -> bool #