Libraries
»
must
(0.3.3)
»
Index
»
Must
»
Rule
»
#exist
Method: Must::Rule#exist
Defined in:
lib/must/rule.rb
#
exist
(&block) ⇒
Object
36 37 38 39
# File 'lib/must/rule.rb', line 36
def
exist
(
&
block
)
self
.
not
(
)
be
(
nil
,
&
block
)
end