Method: Bundler::OperationNotPermittedError#message
- Defined in:
- lib/bundler/errors.rb
#message ⇒ Object
202 203 204 205 |
# File 'lib/bundler/errors.rb', line 202 def "There was an error while trying to #{action} `#{@path}`. " \ "Underlying OS system call raised an EPERM error." end |