Method: Reline::History#concat

Defined in:
lib/reline/history.rb

#concat(*val) ⇒ Object



25
26
27
28
29
# File 'lib/reline/history.rb', line 25

def concat(*val)
  val.each do |v|
    push(*v)
  end
end