sig/orthoses/content.rbs in orthoses-0.6.0 vs sig/orthoses/content.rbs in orthoses-0.7.0
- old
+ new
@@ -1,11 +1,8 @@
# THIS IS GENERATED CODE from `$ rake generate_self_sig`
class Orthoses::Content
- attr_reader name: String
- attr_reader body: Array[String]
- attr_accessor header: String?
def initialize: (name: String) -> void
def <<: (String) -> void
def concat: (Array[String]) -> void
def to_rbs: () -> String
def to_decl: () -> untyped
@@ -16,6 +13,9 @@
def uniqed_body_string: () -> String
def uniqed_body_decl: () -> RBS::AST::Declarations::t
def auto_header: () -> (nil | untyped)
def temporary_type_params: (untyped name) -> untyped
def type_params: (untyped name) -> untyped
+ attr_reader name: String
+ attr_reader body: Array[String]
+ attr_accessor header: String?
end