Skip to content

Instantly share code, notes, and snippets.

@briu
Last active August 26, 2016 14:32
Show Gist options
  • Save briu/42961ef39706c2ca4b75c9725589546b to your computer and use it in GitHub Desktop.
Save briu/42961ef39706c2ca4b75c9725589546b to your computer and use it in GitHub Desktop.
interview
module AddMePlease
def some_useful_method
2 + 2
end
def second_useful_method
2 * 3
end
end
Class ExtremeGame
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment