class Bundler::OperationNotSupportedError

Parent:
Bundler::PermissionError

Public Instance Methods

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

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.