First page Back Continue Last page Overview Graphics
Due to Ruby's message-passing OOP design, chaining a number of methods works as expected and I find the left-to-right, chronological order more readable (than, say, Perl)
%w(washington, adams, jefferson,
madison, monroe, adams).uniq.sort.reverse