sig/members.rbs in rbs-1.0.4 vs sig/members.rbs in rbs-1.0.5

- old
+ new

@@ -102,9 +102,11 @@ attr_reader comment: Comment? def initialize: (name: Symbol, type: Types::t, ivar_name: Symbol | false | nil, kind: kind, annotations: Array[Annotation], location: Location?, comment: Comment?) -> void include _HashEqual + + def update: (?name: Symbol, ?type: Types::t, ?ivar_name: Symbol | false | nil, ?kind: kind, ?annotations: Array[Annotation], ?location: Location?, ?comment: Comment?) -> instance end class AttrReader < Base include Attribute include _ToJson