# File lib/capybara/rspec/matchers.rb, line 67 def matches?(actual) @actual = wrap(actual) @actual.send("has_#{name}?""has_#{name}?", *arguments) end