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