summaryrefslogtreecommitdiff
path: root/test/builder/comment.ru
blob: 894ba5d017927d96c19dcbeb82aa70711e82cce0 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

=begin

=end
run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['OK']] }