Module: Ohm::ZScores::ZScore

Defined in:
lib/ohm-zset.rb

Constant Summary collapse

Integer =
lambda{ |x| Integer(x) }
Float =
lambda{ |x| Float(x) }
Boolean =
lambda{ |x| Ohm::ZScores.boolean(x) }
DateTime =
lambda{ |x| Ohm::ZScores.datetime(x) }
String =
lambda{ |x| Ohm::ZScores.string(x) }
StringInsensitive =
lambda{ |x| Ohm::ZScores.string_insensitive(x) }
StringInsensitiveHigh =
lambda{ |x| Ohm::ZScores.string_insensitive_high(x) }