62 63 64 65 66
# File 'lib/contr/base.rb', line 62 def check(*args) result = yield Matcher::Sync.new(self, args, result).match result end