sig/orthoses/content.rbs in orthoses-1.2.0 vs sig/orthoses/content.rbs in orthoses-1.3.0
- old
+ new
@@ -3,9 +3,10 @@
class Orthoses::Content
def initialize: (name: String) -> void
def <<: (String) -> void
def concat: (Array[String]) -> void
def empty?: () -> untyped
+ def interface?: () -> untyped
def delete: (untyped val) -> untyped
def to_rbs: () -> String
def to_decl: () -> untyped
def uniq!: () -> untyped
def original_rbs: () -> untyped