Created
September 12, 2014 12:56
-
-
Save anonymous/2ede38c17dddf7ca5c38 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
elsif saveLoad == '2' | |
#Load game# | |
Dir["./Save/*.save"].each {|save| puts save} | |
break | |
end | |
# I want that the output is like: | |
# 1. save (without ./Save and .save) | |
# 2. test (without ./Save and .save) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment