Returns:
406 407 408 409
# File 'lib/liquid/standardfilters.rb', line 406 def empty? @input.each { return false } true end