Class: Thrifter::MiddlewareStack

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

Instance Method Summary collapse

Instance Method Details

#finalize!Object



16
17
18
19
# File 'lib/thrifter.rb', line 16

def finalize!
  stack.freeze
  to_app
end