class Data::Recipe::Ignore

Defined in:

data/recipe.cr

Instance Method Summary

Instance methods inherited from class Data::Recipe::Control

color : Symbol color, color=(v : Symbol) : Symbol
color=(v : Nil)
color=
, color? : Symbol | Nil color?

Instance methods inherited from class Data::Recipe

action : String action, ch : Ch::Meta ch, ch=(v : Nil)
ch=(v : Ch::Meta) : Ch::Meta
ch=
, ch? : Ch::Meta | Nil ch?, color : Symbol color, colorize(text) colorize, control? : Bool control?, pg : Pg::Meta pg, pg=(v : Nil)
pg=(v : Pg::Meta) : Pg::Meta
pg=
, pg? : Pg::Meta | Nil pg?, reason : String reason, reason=(v : String) : String
reason=(v : Nil)
reason=
, reason? : String | Nil reason?, table : String table, table=(v : String) : String
table=(v : Nil)
table=
, table? : String | Nil table?, to(klass : Recipe.class) : Recipe to, to_s(io : IO) to_s, to_toml(maxsize : Int32 | Nil = nil) : String to_toml

Constructor methods inherited from class Data::Recipe

from_toml(table : String, setting) : Recipe from_toml, new(table : Nil | String, pg : Nil | Data::Pg::Meta = nil, ch : Nil | Data::Ch::Meta = nil, reason : Nil | String = nil) new

Instance methods inherited from class Object

to_toml : String to_toml

Instance Method Detail

def color : Symbol #

def color=(v : Symbol) : Symbol #

def color=(v : Nil) #

nil assignments are always ignored


def color? : Symbol | Nil #