It should strip whitespace {{ (0..1) }} It should truncate floats to ints the same way .to_i would {{ (0..2) }} It should not do anything with weird types {{ ('0'..'1') }}