class Acorn::CharPattern

Defined in:

acorn/char_pattern.cr

Constructors

Instance Method Summary

Instance methods inherited from class Acorn::Pattern

matches : Matches matches, occurrences : Occurrences occurrences, occurs(new_occurs : Occurrences) occurs, to_debug to_debug, union(other : Pattern) union

Class methods inherited from class Acorn::Pattern

parse(expression : String) parse

Constructor Detail

def self.new(match : Char, occurrences : Occurrences = ONCE) #

[View source]

Instance Method Detail

def match : Char #

[View source]
def to_debug #
Description copied from class Acorn::Pattern

Why doesn't abstract def work here?


[View source]