Class: Rack::Sendfile
- Inherits:
-
Object
- Object
- Rack::Sendfile
- Defined in:
- lib/rack/freeze/sendfile.rb
Instance Method Summary collapse
Instance Method Details
#freeze ⇒ Object
23 24 25 26 27 28 29 |
# File 'lib/rack/freeze/sendfile.rb', line 23 def freeze @app.freeze @variation.freeze @mappings.freeze super end |