Skip to content

Instantly share code, notes, and snippets.

@rupurt
Created October 25, 2016 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupurt/585c657c4e420329a9d211ee234bd0ee to your computer and use it in GitHub Desktop.
Save rupurt/585c657c4e420329a9d211ee234bd0ee to your computer and use it in GitHub Desktop.
def user_names
users.map { |u|
u.name
}
end
user_names = users.map { |u| u.name }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment