We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
...is breaking a Ruby code snippet into a sequence of classes and their connecting methods and statements.
It uses Parser under the hood to break statements into its types and statements based on Ruby Abstract Syntax Tree (AST) nodes.