mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #15116 from tgxworld/remove_unused_method_in_test
Remove unused method in RouteSet test.
This commit is contained in:
commit
ee239847b1
1 changed files with 0 additions and 4 deletions
|
@ -81,10 +81,6 @@ module ActionDispatch
|
|||
end
|
||||
|
||||
private
|
||||
def clear!
|
||||
@set.clear!
|
||||
end
|
||||
|
||||
def draw(&block)
|
||||
@set.draw(&block)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue