module YARD::Doctest
def before(test = nil, &blk)
-
blk
(Proc
) -- -
test
(String
) --
def before(test = nil, &blk) hooks[:before] << {test: test, block: blk} end
blk
(Proc
)
--
test
(String
)
--
def before(test = nil, &blk) hooks[:before] << {test: test, block: blk} end