# File lib/rspec/matchers/built_in/eq.rb, line 5
def
match
(
expected
,
actual
)
actual
==
expected
end