module FlickrOfflineGallery::VerbosePuts

Public Instance Methods

verbose_puts(string) click to toggle source
# File lib/flickr_offline_gallery/verbose_puts.rb, line 3
def verbose_puts(string)
  puts(string) if ENV["VERBOSE"]
  string
end