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