match

in lib/licensee/matchers/dice.rb [7:14]


      def match
        @match ||= if matches.empty?
                     nil
                   else
                     matches.first[0]
                   end
      end