module Bindgen::Configuration::StringOrBool

Overview

Reads a (String | Bool) from a YAML pull parser without breaking.

Defined in:

bindgen/configuration.cr

Class Method Summary

Class Method Detail

def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : String | Bool #

[View source]