Title / Description
Code class FixBorders def go_horse! all_images = load_image_list all_images.each do |image| download(image) fixed_images = fix(image) upload_images(fixed_images) end end private # . . . end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code