# File lib/sugar-high/kind_of.rb, line 11
  def kind_of_label?
    self.any_kind_of? String, Symbol          
  end