sig/bcdd/context.rbs in bcdd-result-1.0.0 vs sig/bcdd/context.rbs in bcdd-result-1.1.0
- old
+ new
@@ -1,10 +1,10 @@
class BCDD::Context < BCDD::Result
EXPECTED_OUTCOME: String
SourceMethodArity: ^(Method) -> Integer
- attr_reader acc: Hash[Symbol, untyped]
+ attr_reader memo: Hash[Symbol, untyped]
def initialize: (
type: Symbol,
value: untyped,
?source: untyped,