struct EncoderSpec

Overview

Single specification for an encoder / transformer.

Defined in:

encoders/core.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(primary : String, names : Array(String), description : String, &block : String -> String) #

[View source]

Instance Method Detail

def alias_list : Array(String) #

[View source]
def apply(input : String) : String #

[View source]
def description : String #

[View source]
def names : Array(String) #

[View source]
def primary : String #

[View source]
def proc : Proc(String, String) #

[View source]