68 69 70 71 72
# File 'lib/contr/base.rb', line 68 def check_async(*args) result = yield Matcher::Async.new(self, args, result).match result end