class HighLine::List

def cols=(cols)

Returns:
  • (self) -
def cols=(cols)
  @cols = cols
  build
end