class Liquid::Filters::AtLeast
- Liquid::Filters::AtLeast
- Reference
- Object
Overview
Filter at_least
Limits a number to a minimum value.
{{ 4 | at_least: 5 }} => 5
{{ 4 | at_least: 3 }} => 4
Filter at_least
Limits a number to a minimum value.
{{ 4 | at_least: 5 }} => 5
{{ 4 | at_least: 3 }} => 4