There was an error while loading. Please reload this page.
...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.