Converts list to array.
268 269 270
# File 'lib/linked-list/list.rb', line 268 def to_a each.to_a end