Method: Screenplay::TestActor#test_eq

Defined in:
lib/screenplay/actors/test.rb

#test_eq(a, b) ⇒ Object



53
54
55
# File 'lib/screenplay/actors/test.rb', line 53

def test_eq(a, b)
	a === b
end