summaryrefslogtreecommitdiff
path: root/test/builder/end.ru
blob: dd8d45a9255e0c59bcdb45065cec4e2a6ceb282c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['OK']] }
__END__
Should not be evaluated
Neither should
This