sorbet/rbi/gems/ast@2.4.2.rbi in sorbet-schema-0.4.2 vs sorbet/rbi/gems/ast@2.4.2.rbi in sorbet-schema-0.5.1
- old
+ new
@@ -2,9 +2,10 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `ast` gem.
# Please instead update this file by running `bin/tapioca gem ast`.
+
# {AST} is a library for manipulating abstract syntax trees.
#
# It embraces immutability; each AST node is inherently frozen at
# creation, and updating a child node requires recreating that node
# and its every parent, recursively.