Project

General

Profile

« Previous | Next » 

Revision 378df927

Added by Marc Dequènes over 14 years ago

  • ID 378df9272500721acd94cd24729f1352c80500ee

[fix] renamed object description() method which conflicted with the quite common attribute of the same name

View differences:

lib/ldap_shadows/display_utils.rb
item_list.each do |item|
str = item.human_name
str += " [#{item.name}]" if options[:handles]
str += ": #{item.description}" unless item.description.empty?
str += ": #{item.human_description}" unless item.human_description.empty?
puts str
end
end

Also available in: Unified diff