mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
fix lint errors
This commit is contained in:
@@ -21,14 +21,14 @@ module Liquid
|
||||
# The number of iterations.
|
||||
# @liquid_return [number]
|
||||
attr_reader :length
|
||||
|
||||
|
||||
# @liquid_public_docs
|
||||
# @liquid_name tablerow.col
|
||||
# @liquid_summary
|
||||
# The 1-based index of the current column.
|
||||
# @liquid_return [number]
|
||||
attr_reader :col
|
||||
|
||||
|
||||
# @liquid_public_docs
|
||||
# @liquid_name tablerow.row
|
||||
# @liquid_summary
|
||||
|
||||
Reference in New Issue
Block a user