Method: Bundler::VirtualProtocolError#message
- Defined in:
- lib/bundler/errors.rb
#message ⇒ Object
171 172 173 174 |
# File 'lib/bundler/errors.rb', line 171 def "There was an error relating to virtualization and file access. " \ "It is likely that you need to grant access to or mount some file system correctly." end |