Module: PryCoolline::ParenMatch::AST

Defined in:
lib/pry-coolline/paren_match.rb

Overview

This module contains the different kinds of AST nodes generated when trying to match pairs of opening and closing characters.

Defined Under Namespace

Classes: DanglingClose, Leaf, Node, Root