Class: Thrifter::MiddlewareStack

Inherits:
Middleware::Builder
  • Object
show all
Defined in:
lib/thrifter.rb

Instance Method Summary collapse

Instance Method Details

#finalize!Object



22
23
24
25
# File 'lib/thrifter.rb', line 22

def finalize!
  stack.freeze
  to_app
end