170 171 172 173 174
# File 'lib/cdk/components/viewer.rb', line 170 def freeLine(x) if x < @list_size @list[x] = '' end end