global

def +(other)

def +(other)
  new_data = data + other.data
  self.class.new(new_data)
end