Method: Bundler::OperationNotPermittedError#message

Defined in:
lib/bundler/errors.rb

#messageObject



206
207
208
209
# File 'lib/bundler/errors.rb', line 206

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