25 26 27 28 29
# File 'lib/reline/history.rb', line 25 def concat(*val) val.each do |v| push(*v) end end