Method: Screenplay::TestActor#test_lt

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

#test_lt(a, b) ⇒ Object



45
46
47
# File 'lib/screenplay/actors/test.rb', line 45

def test_lt(a, b)
	a < b
end