# File lib/camping/server.rb, line 126 126: def middleware 127: h = super 128: h["development"].unshift [XSendfile] 129: h 130: end