# File lib/parslet/slice.rb, line 59
  def +(other)
    self.class.new(str + other.to_s, offset, line_cache)
  end