class MakeGallery::Thor

Public Instance Methods

thumbs() click to toggle source
# File lib/make_gallery.rb, line 38
def thumbs
  MakeGallery::Command.new(:thumbs, options).process_images
rescue MakeGallery::Exception => e
  return e.to_s
end
web() click to toggle source
# File lib/make_gallery.rb, line 57
def web
  MakeGallery::Command.new(:web, options).process_images
rescue MakeGallery::Exception => e
  return e.to_s
end