# File lib/jeweler/specification.rb, line 91 def ruby_code(obj) case obj when Rake::FileList then obj.uniq.to_a.inspect else super end end