Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created August 13, 2014 03:52
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/f4eff91c3b47334ba824 to your computer and use it in GitHub Desktop.
Save claudijd/f4eff91c3b47334ba824 to your computer and use it in GitHub Desktop.
A monkey patch for Neo's brain
class Brain
def get_new_skills
@skills = [
"round house kick",
"karate chop",
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment