Commit edca2502 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rake::FileList] Override inspect and to_s

parent 336a1448
......@@ -22,6 +22,11 @@ module Rake
def glob
to_a.map { |path| Pathname.new(path) }
end
def inspect
"<##{self.class} pending_add=#{@pending_add}>"
end
alias :to_s :inspect
end
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