lib/steep/interface/method.rb in steep-0.8.2 vs lib/steep/interface/method.rb in steep-0.9.0
- old
+ new
@@ -26,9 +26,13 @@
def incompatible?
attributes.include?(:incompatible)
end
+ def private?
+ attributes.include?(:private)
+ end
+
def closed?
types.all?(&:closed?)
end
def subst(s)