struct Bool

Overview

Bool has only two possible values: true and false. They are constructed using these literals:

true  # A Bool that is true
false # A Bool that is false

Defined in:

runcobo/extensions/bool.cr

Class Method Summary

Class Method Detail

def self.from_http_param(value : String) #

[View source]
def self.from_http_param(value : Nil) #

[View source]