Skip to content

Instantly share code, notes, and snippets.

@xrd
Last active September 22, 2015 18:21
Show Gist options
  • Save xrd/ab79c28e16e0ec9b2234 to your computer and use it in GitHub Desktop.
Save xrd/ab79c28e16e0ec9b2234 to your computer and use it in GitHub Desktop.
dance_partner.rb
require './dance'
class DancePartner
def letsDance()
dancer = Dancer.new()
dancer.dance!()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment