# File lib/sugar-high/kind_of.rb, line 25
def
only_labels?
all?
{
|
a
|
a
.
kind_of_label?
}
end