Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created August 14, 2014 03:14
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/0e022bfbe30de38e3a77 to your computer and use it in GitHub Desktop.
Save claudijd/0e022bfbe30de38e3a77 to your computer and use it in GitHub Desktop.
Woman being taken over by an agent
>> require 'woman'
=> true
>> woman = Woman.new()
=> #<Woman:0x0000010119c268>
>> woman.do_something
Say Hello
=> nil
>> require 'agent'
=> true
>> woman.do_something
Kill Neo
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment