Skip to content

Commit e9e8ea2

Browse files
committed
:nodoc: FakeRuntime [ci skip]
People should not reference the fake class in their apps.
1 parent 5f45aea commit e9e8ea2

File tree

1 file changed

+1
-1
lines changed
  • actionpack/lib/action_dispatch/middleware

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/middleware/stack.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module ActionDispatch
77
class MiddlewareStack
8-
class FakeRuntime
8+
class FakeRuntime # :nodoc:
99
def initialize(app)
1010
@app = app
1111
end

0 commit comments

Comments
 (0)