Skip to content

Commit 761f8f6

Browse files
committed
Cleanups
1 parent b61403d commit 761f8f6

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

gems/actionpack/6.0/actiondispatch.rbs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,14 @@ module ActionDispatch
6565
module Routing
6666
class RouteSet
6767
def draw: () { () [self: Mapper] -> untyped } -> nil
68+
69+
class RouteSet_AnonymousModule
70+
include ActiveSupport::Concern
71+
include UrlFor
72+
# https://github.com/rails/rails/blob/v6.0.6.1/actionpack/lib/action_dispatch/routing/route_set.rb#L478
73+
end
6874
end
69-
end
70-
end
7175

72-
module ActionDispatch
73-
module Routing
7476
class Mapper
7577
module HttpHelpers
7678
# Define a route that only recognizes HTTP GET.

gems/actionpack/6.0/actionpack-generated.rbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9995,12 +9995,6 @@ module ActionDispatch
99959995
def define_url_helper: (untyped mod, untyped route, untyped name, untyped opts, untyped route_key, untyped url_strategy) -> untyped
99969996
end
99979997

9998-
class RouteSet_AnonymousModule
9999-
include ActiveSupport::Concern
10000-
include UrlFor
10001-
# https://github.com/rails/rails/blob/v6.0.6.1/actionpack/lib/action_dispatch/routing/route_set.rb#L478
10002-
end
10003-
100049998
# strategy for building URLs to send to the client
100059999
PATH: untyped
1000610000

gems/actionpack/7.2/actiondispatch.rbs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,14 @@ module ActionDispatch
6565
module Routing
6666
class RouteSet
6767
def draw: () { () [self: Mapper] -> untyped } -> nil
68+
69+
class RouteSet_AnonymousModule
70+
include ActiveSupport::Concern
71+
include UrlFor
72+
# https://github.com/rails/rails/blob/v7.2.2.2/actionpack/lib/action_dispatch/routing/route_set.rb#L518
73+
end
6874
end
69-
end
70-
end
7175

72-
module ActionDispatch
73-
module Routing
7476
class Mapper
7577
module HttpHelpers
7678
# Define a route that only recognizes HTTP GET.

gems/actionpack/7.2/actionpack-generated.rbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9995,12 +9995,6 @@ module ActionDispatch
99959995
def define_url_helper: (untyped mod, untyped route, untyped name, untyped opts, untyped route_key, untyped url_strategy) -> untyped
99969996
end
99979997

9998-
class RouteSet_AnonymousModule
9999-
include ActiveSupport::Concern
10000-
include UrlFor
10001-
# https://github.com/rails/rails/blob/v7.2.2.2/actionpack/lib/action_dispatch/routing/route_set.rb#L518
10002-
end
10003-
100049998
# strategy for building URLs to send to the client
100059999
PATH: untyped
1000610000

0 commit comments

Comments
 (0)