sig/orthoses/content.rbs in orthoses-0.10.0 vs sig/orthoses/content.rbs in orthoses-0.11.0

- old
+ new

@@ -2,13 +2,15 @@ class Orthoses::Content def initialize: (name: String) -> void def <<: (String) -> void def concat: (Array[String]) -> void + def empty?: () -> untyped + def delete: (untyped val) -> untyped def to_rbs: () -> String def to_decl: () -> untyped - private def original_rbs: () -> ::String - + def uniq!: () -> untyped + def original_rbs: () -> untyped private def uniqed_body_string: () -> String private def uniqed_body_decl: () -> RBS::AST::Declarations::t private def auto_header: () -> (nil | untyped) private def temporary_type_params: (untyped name) -> untyped private def type_params: (untyped name) -> untyped