70 71 72 73
# File 'lib/arachni/support/profiler.rb', line 70 def print_dependencies( o ) ap 'Dependencies' ap find_dependencies( o.object_id ) end