class Liquid::TablerowloopDrop

def col_first

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