Skip to content

Instantly share code, notes, and snippets.

@akofink
Last active December 29, 2015 08:39
Show Gist options
  • Select an option

  • Save akofink/7644439 to your computer and use it in GitHub Desktop.

Select an option

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.
<<<<<<< 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