Project

General

Profile

« Previous | Next » 

Revision 20a8dbf9

Added by Marc Dequènes over 13 years ago

  • ID 20a8dbf9a2afc4434e0b4f1b76078b956543e6d9

[fix] in debug mode, only display aspects names, not Ruby objects

View differences:

lib/ldap_shadows/display_helper.rb
if options[:debug]
puts item.to_s
puts "--- Detected Info ---"
puts "aspects: " + item.aspects.sort.join(", ")
puts "aspects: " + item.aspects.keys.sort.join(", ")
puts "--- Relations ---"
item.relations.each do |rel|

Also available in: Unified diff