module GreaterThanOrEqual

Direct including types

Defined in:

schema/validation/predicates/greater_than_or_equal.cr

Instance Method Summary

Instance Method Detail

def gte?(value : Int, compare : Int) #

[View source]
def gte?(value : Float, compare : Float) #

[View source]
def gte?(value : Time, compare : Time) #

[View source]