sig/method_builder.rbs in rbs-1.1.1 vs sig/method_builder.rbs in rbs-1.2.0
- old
+ new
@@ -18,10 +18,10 @@
def original: () -> original?
def accessibility: () -> accessibility
- def self.empty: (name: Symbol, type: instance_type) -> instance
+ def self.empty: (name: Symbol, type: instance_type) -> Definition
end
attr_reader type: instance_type
attr_reader methods: Hash[Symbol, Definition]