Skip to content

Instantly share code, notes, and snippets.

@patrickgombert
Created February 21, 2012 03:14
Show Gist options
  • Save patrickgombert/1873356 to your computer and use it in GitHub Desktop.
Save patrickgombert/1873356 to your computer and use it in GitHub Desktop.
def aggregate_names_of_employees
all_employees.collect { |emp| empt.getName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment