# File test.rb, line 32 def one head 200 end
# File test.rb, line 38 def three render plain: 'a', layout: false end
# File test.rb, line 35 def two render plain: '' end