# Array of LDAP group names @group_names = [] ...
Ruby Refactor array of hashes
by chipcastle.myopenid.com,
August 09, 2010 22:44,
1 refactoring, tagged with ruby array hash flatten select
# Array of LDAP group names @group_names = [] ...
The code below gives me wha...