class RBS::Location

def concat(*others)

def concat(*others)
  others.each { |other| self << other }
  self
end