Revision 20a8dbf9
Added by Marc Dequènes about 14 years ago
- ID 20a8dbf9a2afc4434e0b4f1b76078b956543e6d9
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
[fix] in debug mode, only display aspects names, not Ruby objects