Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created August 13, 2014 03:51
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/5a259da8c365a78f1a3b to your computer and use it in GitHub Desktop.
Save claudijd/5a259da8c365a78f1a3b to your computer and use it in GitHub Desktop.
Neo's brain before monkey patching
>> require 'brain'
=> true
>> neo_brain = Brain.new()
=> #<Brain:0x0000010218aee0 @skills=["hide", "run"]>
>> neo_brain.what_to_do?
=> "hide"
>> neo_brain.what_to_do?
=> "run"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment