Class: Punctuated::Wrapper

Inherits:
Component show all
Defined in:
lib/punctuated/component.rb

Overview

Describes one opening/closing/quotation run at the start or end of a parsed string.

Constant Summary collapse

KIND =
:wrapper

Instance Attribute Summary

Attributes inherited from Component

#placement, #raw

Method Summary

Methods inherited from Component

#chars, #index, #initialize, #kind

Constructor Details

This class inherits a constructor from Punctuated::Component