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:
parent
c81f85d36c
commit
dab9638637
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ module Rails
|
|||
end
|
||||
|
||||
def each(&block)
|
||||
@paths.each &block
|
||||
@paths.each(&block)
|
||||
end
|
||||
|
||||
def <<(path)
|
||||
|
|
Loading…
Reference in a new issue