# File lib/state_machine/matcher.rb, line 70
    def description
      values.length == 1 ? values.first.inspect : values.inspect
    end