Skip to content

Instantly share code, notes, and snippets.

@janroesner
Created November 25, 2012 12:49
Show Gist options
  • Save janroesner/4143372 to your computer and use it in GitHub Desktop.
Save janroesner/4143372 to your computer and use it in GitHub Desktop.
Test Gist for tumblr
class FooBar
def foo
1.upto(99) do |n|
puts n
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment