class Rack::Protection::FrameOptions

Public Instance Methods

call(env) click to toggle source
# 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