Skip to content

Instantly share code, notes, and snippets.

@nixsticks
Created November 18, 2013 21:39
Show Gist options
  • Save nixsticks/7535817 to your computer and use it in GitHub Desktop.
Save nixsticks/7535817 to your computer and use it in GitHub Desktop.
def my_method
name_list = []
%w[Sarah Sara Kate Keturah Chris Lavoisier Armando Derek].each do |name|
name_list << name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment