Libraries
»
cml
(1.24.0)
»
Index
»
CML
»
LiquidFilters
»
#random
Method: CML::LiquidFilters#random
Defined in:
lib/cml/liquid_filters.rb
#
random
(input) ⇒
Object
7 8 9
# File 'lib/cml/liquid_filters.rb', line 7
def
random
(
input
)
rand
(
input
.
to_i
)
end