sig/orthoses/content.rbs in orthoses-1.4.0 vs sig/orthoses/content.rbs in orthoses-1.5.0

- old
+ new

@@ -8,10 +8,12 @@ def interface?: () -> untyped def delete: (untyped val) -> untyped def to_rbs: () -> String def to_decl: () -> untyped def uniq!: () -> untyped + def sort!: () -> untyped def original_rbs: () -> untyped + private def decl_to_lines: (untyped decl) -> 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