lib/rant.rb in rant-0.5.0 vs lib/rant.rb in rant-0.5.2
- old
+ new
@@ -11,10 +11,10 @@
module Rant
class FileList
def inspect
# what's the right encoding for object_id ?
s = "#<#{self.class}:0x#{"%x" % object_id} "
- s << "#{@actions.size} actions, #{@files.size} files"
+ s << "#{@actions.size} actions, #{@items.size} entries"
if @ignore_rx
is = @ignore_rx.inspect.gsub(/\n|\t/, ' ')
s << ", ignore#{is.squeeze ' '}"
end
if @glob_flags != 0