Method: Bundler::InsecureInstallPathError#initialize
- Defined in:
- lib/bundler/errors.rb
#initialize(name, path) ⇒ InsecureInstallPathError
Returns a new instance of InsecureInstallPathError.
238 239 240 241 |
# File 'lib/bundler/errors.rb', line 238 def initialize(name, path) @name = name @path = path end |