# File ../lib/roller/CWRP.rb, line 561
  def object_names
    ((@objects.map { |obj| obj.name }) - ['']).uniq.sort
  end