Sha256: 8a53880556dda46924fed8b4aa000e311590903127ffcf507e82df65813b3589
Contents?: true
Size: 144 Bytes
Versions: 1
Compression:
Stored size: 144 Bytes
Contents
module Util def Util.is_string_or_number?(value) return true if value.kind_of? Numeric or value.kind_of? String return false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
livr-0.0.2 | lib/LIVR/Util.rb |