Libraries
»
hayeah-Rant
(0.0.0)
»
Index (A)
»
Test
»
Unit
»
Assertions
Module: Test::Unit::Assertions
Defined in:
lib/rant/check.rb
Instance Method Summary
collapse
#
property_of
(&block) ⇒ Object
Instance Method Details
#
property_of
(&block) ⇒
Object
46 47 48
# File 'lib/rant/check.rb', line 46
def
property_of
(
&
block
)
Rant
::
Property
.
new
(
block
)
end