lib/steep/interface/method.rb in steep-0.11.1 vs lib/steep/interface/method.rb in steep-0.12.0

- old
+ new

@@ -22,13 +22,9 @@ other.types == types && other.super_method == super_method && other.attributes == attributes end - def incompatible? - attributes.include?(:incompatible) - end - def private? attributes.include?(:private) end def closed?