Commit bac859c0 authored by Fabio Pelosin's avatar Fabio Pelosin

[FileList] Remove unnecessary monkey patch and move definition of Pod::FileList

parent 6fdd6bff
......@@ -30,18 +30,7 @@ module Rake
end
end
module Pod
FileList = Rake::FileList
end
class Pathname
alias_method :_original_sum, :+
def +(other)
if other.is_a?(Rake::FileList)
other.prepend_patterns(self)
other
else
_original_sum(other)
end
end
end
# TODO Defined in CocoaPods Core
# module Pod
# FileList = Rake::FileList
# end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment