Sourceror.Zipper.insert_left
You're seeing just the function
insert_left
, go back to Sourceror.Zipper module for more information.
Specs
Inserts the item as the left sibling of the node at this zipper, without
moving. Raises an ArgumentError
when attempting to insert a sibling at the
top level.