module GreaterThan

Direct including types

Defined in:

schema/validation/predicates/greater_than.cr

Instance Method Summary

Instance Method Detail

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

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

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

[View source]