Method: Spandx::Cli::Commands::Pull#initialize
- Defined in:
- lib/spandx/cli/commands/pull.rb
#initialize(options) ⇒ Pull
Returns a new instance of Pull.
9 10 11 12 13 |
# File 'lib/spandx/cli/commands/pull.rb', line 9 def initialize() = @cache_dir = Spandx.git[:cache].root.join('.index') @rubygems_cache_dir = Spandx.git[:rubygems].root.join('.index') end |