Method: Wapiti::Dataset#concat

Defined in:
lib/wapiti/dataset.rb

#concat(other) ⇒ Object



81
82
83
84
# File 'lib/wapiti/dataset.rb', line 81

def concat(other)
  sequences.concat other.sequences
  self
end