Method: Build::Graph::Walker#inspect

Defined in:
lib/build/graph/walker.rb

#inspectObject



242
243
244
# File 'lib/build/graph/walker.rb', line 242

def inspect
  "\#<#{self.class}:0x#{self.object_id.to_s(16)} #{@tasks.count} tasks, #{@failed_tasks.count} failed>"
end