Method: Maglev::ThemeFilesystemLoader#initialize
- Defined in:
- lib/maglev/theme_filesystem_loader.rb
#initialize(fetch_section_screenshot_path) ⇒ ThemeFilesystemLoader
Returns a new instance of ThemeFilesystemLoader.
7 8 9 |
# File 'lib/maglev/theme_filesystem_loader.rb', line 7 def initialize(fetch_section_screenshot_path) @fetch_section_screenshot_path = fetch_section_screenshot_path end |