Skip to content

Instantly share code, notes, and snippets.

@azisaka
Created November 21, 2008 18:09
Show Gist options
  • Save azisaka/27527 to your computer and use it in GitHub Desktop.
Save azisaka/27527 to your computer and use it in GitHub Desktop.
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