Skip to content

Instantly share code, notes, and snippets.

@nathanmpark
Created October 8, 2015 05:10
Show Gist options
  • Save nathanmpark/b18ac8a85919a4c4ca07 to your computer and use it in GitHub Desktop.
Save nathanmpark/b18ac8a85919a4c4ca07 to your computer and use it in GitHub Desktop.
def print_all_names(list_of_names)
list_of_names.each do |item|
print item
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment