lib/rbs/ast/members.rb in rbs-2.4.0 vs lib/rbs/ast/members.rb in rbs-2.5.0
- old
+ new
@@ -66,9 +66,10 @@
end
def to_json(state = _ = nil)
{
member: :method_definition,
+ name: name,
kind: kind,
types: types,
annotations: annotations,
location: location,
comment: comment,