Skip to content

Instantly share code, notes, and snippets.

@dennisquintel
Created October 20, 2013 09:37
Show Gist options
  • Save dennisquintel/7067126 to your computer and use it in GitHub Desktop.
Save dennisquintel/7067126 to your computer and use it in GitHub Desktop.
class Foo
def complain!
puts "This a bug for real yo"
end
end
1000.times { Foo.new.complain! }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment