# File lib/rspec/matchers/built_in/cover.rb, line 5
        def initialize(*expected)
          @expected = expected
        end