abstract struct Number

Overview

The top-level number type.

Included Modules

Defined in:

ifrit/core.cr

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? present?

Instance Method Detail

def to_bool #

Converts to boolean based on value (1 - true, 0 - false, ArgumentError otherwise).


[View source]