Created
October 8, 2015 05:10
-
-
Save nathanmpark/b18ac8a85919a4c4ca07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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