This gem defines ordinal methods *first, second, third ... ninth, tenth & last* for retrieving values from strings. Ruby Core already includes a Array#first and Array#last so only *second, third ... ninth & tenth* have been added to the Array class.
No description provided.