14 15 16 17 18
# File 'lib/gems/rack-0.9.1/lib/rack/lint.rb', line 14 def assert(message, &block) unless block.call raise LintError, message end end