module

Pegmatite::DSL::Methods

These Methods are defined to be included in all Pattern instances, for ease of combining and composing new Patterns.

Instance methods

>>(other)
Source
^(other)
Source
|(other)
Source
dynamic_pop(label)
Source
dynamic_push(label)
Source
maybe
Source
named(label, tokenize = true)
Source
repeat(min = 0, max = nil)
Source
repeat_exactly(times)
Source
then_eof
Source