Method: FuzzyFileFinder#inspect

Defined in:
lib/fuzzy_file_finder.rb

#inspectObject

Displays the finder object in a sane, non-explosive manner.



209
210
211
# File 'lib/fuzzy_file_finder.rb', line 209

def inspect #:nodoc:
  "#<%s:0x%x roots=%s, files=%d>" % [self.class.name, object_id, roots.map { |r| r.name.inspect }.join(", "), files.length]
end