class RBS::DuplicatedMethodDefinitionError

def other_locations

def other_locations
  members.drop(1).map(&:location)
end