Class: Rack::Protection::FrameOptions
- Defined in:
- lib/daiku/_app/lib/core_ext/frame_options.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
8 9 10 11 |
# File 'lib/daiku/_app/lib/core_ext/frame_options.rb', line 8 def call(env) status, headers, body = @app.call(env) [status, headers, body] end |