# File lib/liquid/standardfilters.rb, line 282
def
floor
(
input
)
to_number
(
input
).
floor
.
to_i
end