Skip to content

Instantly share code, notes, and snippets.

@benanne
Created August 20, 2009 14:40
Show Gist options
  • Select an option

  • Save benanne/171100 to your computer and use it in GitHub Desktop.

Select an option

Save benanne/171100 to your computer and use it in GitHub Desktop.
class GistTest
def test
puts "testing..."
4.times { |i| puts i }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment