Skip to content

Instantly share code, notes, and snippets.

@bblimke
Created September 5, 2011 10:30
Show Gist options
  • Save bblimke/1194654 to your computer and use it in GitHub Desktop.
Save bblimke/1194654 to your computer and use it in GitHub Desktop.
Football Player
class FootballPlayer < Person
def kick_ball(ball)
# kicking ball logic
end
def run
# running logic
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment