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

@ -160,7 +160,7 @@ def #{m}? # def eager_load?
end
def each(&block)
@paths.each &block
@paths.each(&block)
end
def <<(path)