Method: Slideshow::Fetch#fetch_all
- Defined in:
- lib/slideshow/commands/fetch.rb
#fetch_all ⇒ Object
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 |