Method: Bundler::OperationNotPermittedError#message

Defined in:
lib/bundler/errors.rb

#messageObject



202
203
204
205
# File 'lib/bundler/errors.rb', line 202

def message
  "There was an error while trying to #{action} `#{@path}`. " \
  "Underlying OS system call raised an EPERM error."
end