Green.Quoted.FormsAndComments (green v0.1.3)

Conveniences for modifying the AST and associated comments.

Summary

Functions

Move a line in the AST and associated comments.

Functions

move(arg, from, to)

Move a line in the AST and associated comments.

Any comments immediately preceding the given line are moved to the given destination to line. The line itself is moved to the following line.