class IGOL::Pattern

Defined in:

igol/commands.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(pattern : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def [](idx) #

[View source]
def apply(coord : Tuple(Int32, Int32)) #

[View source]
def copy(pattern = @pattern) : Pattern #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def pattern : String #

def to_named_tuple #

[View source]
def to_s(io) #

[View source]
def to_tuple #

[View source]

Macro Detail

macro []=(pattern_pattern, rhs) #

[View source]