1
0
Fork 0
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:
Santiago Pastorino 2014-05-15 08:35:37 -05:00
commit ee239847b1

View file

@ -81,10 +81,6 @@ module ActionDispatch
end
private
def clear!
@set.clear!
end
def draw(&block)
@set.draw(&block)
end