Last active
October 3, 2015 07:37
-
-
Save buccolo/2417829 to your computer and use it in GitHub Desktop.
Sortbits
This file contains 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
class FixBorders | |
def go_horse! | |
all_images = load_image_list | |
all_images.each do |image| | |
# download original | |
# convert different sizes | |
# upload to S3 | |
end | |
end | |
private | |
# . . . | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment