class Bundler::OperationNotSupportedError

Public Instance Methods

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