# File lib/yard/tags/library.rb, line 75
def
sorted_labels
labels
.
sort_by
{
|
a
|
a
.
last
.
downcase
}
end