Method: Bundler::CLI::Cache#initialize

Defined in:
lib/bundler/cli/cache.rb

#initialize(options) ⇒ Cache

Returns a new instance of Cache.



7
8
9
# File 'lib/bundler/cli/cache.rb', line 7

def initialize(options)
  @options = options
end