Method: Slideshow::Fetch#fetch_all

Defined in:
lib/slideshow/commands/fetch.rb

#fetch_allObject



17
18
19
20
21
# File 'lib/slideshow/commands/fetch.rb', line 17

def fetch_all
  config.default_fetch_shortcuts.each do |shortcut|
    fetch( shortcut )
  end
end