sig/orthoses/content.rbs in orthoses-1.10.0 vs sig/orthoses/content.rbs in orthoses-1.11.0
- old
+ new
@@ -19,9 +19,11 @@
def auto_header: () -> (nil | untyped)
private def build_super_class: (untyped val) -> (nil | ::String)
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 escaped_rbs: () -> untyped
+ private def parse: (untyped rbs) -> untyped
private def temporary_type_params: (untyped name) -> untyped
private def type_params: (untyped name) -> untyped
attr_reader name: String
attr_reader body: Array[String]
attr_accessor header: String?