Created
November 21, 2008 18:09
-
-
Save azisaka/27527 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
class Testing | |
def test | |
10.times do |i| | |
print "Testing #{i}" | |
end | |
end | |
end | |
Testing.new.test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment