Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created August 13, 2014 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudijd/e55e10fff44db7af4aba to your computer and use it in GitHub Desktop.
Save claudijd/e55e10fff44db7af4aba to your computer and use it in GitHub Desktop.
Firing Monkey Patched Gun (3-round bursts)
>> require 'monkey_patched_gun'
=> true
>> semiautomatic_gun.trigger
BANG!
BANG!
BANG!
>> semiautomatic_gun.to_s
=> "#<Gun:0x00000102806a80>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment