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