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

=begin

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