Closed ethnt closed 11 years ago
Calling ContributorList.new does not output a String.
ContributorList.new
Scholar::Utilities::ContributorList.new([{:role => :author, :first => "John", :last => "Green"}], :author) # => Green, John
It should do this.
Scholar::Utilities::ContributorList.new([{:role => :author, :first => "John", :last => "Green"}], :author) # => "Green, John"
It now returns self. #names is called within Scholar::Utilities::Data.contributors!.
self
#names
Scholar::Utilities::Data.contributors!
Calling
ContributorList.new
does not output a String.It should do this.