# File lib/licensee/matchers/dice_matcher.rb, line 12
      def match
        @match ||= if matches.empty?
          nil
        else
          matches.first[0]
        end
      end