Created
November 9, 2017 19:12
-
-
Save Dasms/fb348d10f9fabb064b567f0a4edaaeaf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Just 1 argument | |
def print_one(arg1) | |
puts "arg1: #{arg1}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment