Top Level Namespace

Defined in:

Constant Summary

TRUEVALS = ["y", "true", "yes"]

Kemal.config.extra_options do |parser| parser.on("--cedarpower=PATH_TO_CEDARPOWER", "Path to cedarpower program, including arguments") { |name| cedarpower_arg = name } end

Method Summary

Method Detail

def true?(bool) #

[View source]