Skip to content

Commit

Permalink
:nodoc: FakeRuntime [ci skip]
Browse files Browse the repository at this point in the history
People should not reference the fake class in their apps.
  • Loading branch information
kamipo committed Jul 5, 2021
1 parent 5f45aea commit e9e8ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/middleware/stack.rb
Expand Up @@ -5,7 +5,7 @@

module ActionDispatch
class MiddlewareStack
class FakeRuntime
class FakeRuntime # :nodoc:
def initialize(app)
@app = app
end
Expand Down

0 comments on commit e9e8ea2

Please sign in to comment.