class Grok

Defined in:

grok.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(patterns_as_string : Array(String), custom_pattern_definitions = {} of String => String) #

[View source]

Instance Method Detail

def convert_recursively(index : Int32, pattern : String, pattern_definitions : Hash(String, String), found_patterns = Array(String).new) #

ameba:disable Metrics/CyclomaticComplexity


[View source]
def parse(content : String) #

[View source]