In Files

  • bundler/errors.rb

Class/Module Index [+]

Quicksearch

Bundler::OperationNotSupportedError

Public Instance Methods

message() click to toggle source
 
               # File bundler/errors.rb, line 133
def message
  "Attempting to #{action} `#{@path}` is unsupported by your OS."
end