class Liquid::TablerowloopDrop

def col_last

@liquid_return [boolean]
Returns `true` if the current column is the last in the row. Returns `false` if not.
@liquid_summary
@liquid_public_docs
def col_last
  @col == @cols
end