1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

warning removed: `&' interpreted as argument prefix

This commit is contained in:
Arun Agrawal 2012-03-31 23:40:27 +05:30
parent c81f85d36c
commit dab9638637

View file

@ -160,7 +160,7 @@ module Rails
end
def each(&block)
@paths.each &block
@paths.each(&block)
end
def <<(path)