提交 d2901bd5 编写于 作者: K Koichi ITO

[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`

上级 aa28c5ca
# frozen_string_literal: true
require "stringio"
require "active_support/inflector"
......
# frozen_string_literal: true
require "active_support/core_ext/module/attribute_accessors"
module ActionDispatch
......
# frozen_string_literal: true
require "action_controller/metal/exceptions"
module ActionDispatch
......
# frozen_string_literal: true
require "strscan"
module ActionDispatch
......
# frozen_string_literal: true
module ActionDispatch
# :stopdoc:
module Journey
......
# frozen_string_literal: true
require_relative "../http/request"
require_relative "exception_wrapper"
require_relative "../routing/inspector"
......
# frozen_string_literal: true
module ActionDispatch
# This middleware is added to the stack when `config.force_ssl = true`, and is passed
# the options set in `config.ssl_options`. It does three jobs to enforce secure HTTP
......
# frozen_string_literal: true
require "rack/utils"
require "active_support/core_ext/uri"
......
# frozen_string_literal: true
require "active_support/core_ext/hash/slice"
require "active_support/core_ext/enumerable"
require "active_support/core_ext/array/extract_options"
......
# frozen_string_literal: true
require_relative "../journey"
require "active_support/core_ext/object/to_query"
require "active_support/core_ext/hash/slice"
......
# frozen_string_literal: true
$:.unshift File.expand_path("lib", __dir__)
$:.unshift File.expand_path("fixtures/helpers", __dir__)
$:.unshift File.expand_path("fixtures/alternate_helpers", __dir__)
......
# frozen_string_literal: true
require "abstract_unit"
require "controller/fake_controllers"
require "active_support/core_ext/object/with_options"
......
# frozen_string_literal: true
require "abstract_unit"
class DebugExceptionsTest < ActionDispatch::IntegrationTest
......
# frozen_string_literal: true
require "abstract_unit"
require "rack/test"
require "rails/engine"
......
# frozen_string_literal: true
require "abstract_unit"
require "zlib"
......
# frozen_string_literal: true
require "abstract_unit"
module ActionDispatch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册