struct

Smith::Frontmatter::Document

Inherits Struct < Value < Object

Constructors

new(fields : Hash(String, String), body : String)
Source

Instance methods

[](key : String) : String | Nil
Source
body
Source
empty?
Source
fields
Source
list(key : String) : Array(String) | Nil

nil when the key is absent, so "not configured" stays distinguishable from "configured as empty".

Source