Class: Rack::Sendfile

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/freeze/sendfile.rb

Instance Method Summary collapse

Instance Method Details

#freezeObject



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