Skip to content

Instantly share code, notes, and snippets.

@JosephLeon
Created April 23, 2016 02:25
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 JosephLeon/b786b44f7abf9edb94256572e4e71379 to your computer and use it in GitHub Desktop.
Save JosephLeon/b786b44f7abf9edb94256572e4e71379 to your computer and use it in GitHub Desktop.
class Thing
def Love
rndm = Random.new
end
end
class It < Thing
def love
num_of_punches = rndm.rand(1..5)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment