Method: Slideshow::ManifestFinder#initialize
- Defined in:
- lib/slideshow/commands/manifest_finder.rb
#initialize(config) ⇒ ManifestFinder
Returns a new instance of ManifestFinder.
12 13 14 15 |
# File 'lib/slideshow/commands/manifest_finder.rb', line 12 def initialize( config ) @config = config @usrdir = File.( Dir.pwd ) # save original (current) working directory end |