# File lib/rspec/matchers/has.rb, line 6 def initialize(expected, *args) @expected, @args = expected, args end