Last active
December 29, 2015 08:39
-
-
Save akofink/7644439 to your computer and use it in GitHub Desktop.
A terrible refactoring. I am determining whether to keep HEAD or replace with the changes on e57b0b9.
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
| <<<<<<< HEAD | |
| def get_path | |
| self.assignment.get_path + "/"+ self.directory_num.to_s | |
| ======= | |
| def get_path | |
| path = self.assignment.get_path + "/"+ self.directory_num.to_s | |
| return path | |
| >>>>>>> e57b0b9dc61d95788035e82059d753295a800bee | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment