Last active
September 22, 2015 18:21
-
-
Save xrd/ab79c28e16e0ec9b2234 to your computer and use it in GitHub Desktop.
dance_partner.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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