Class: Rack::ShowExceptions

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

Instance Method Summary collapse

Instance Method Details

#freezeObject



23
24
25
26
27
# File 'lib/rack/freeze/show_exceptions.rb', line 23

def freeze
  @app.freeze
  
  super
end