class Liquid::TablerowloopDrop

def last

@liquid_return [boolean]
Returns `true` if the current iteration is the last. Returns `false` if not.
@liquid_summary
@liquid_public_docs
def last
  @index == @length - 1
end