On this page
class Bundler::OperationNotSupportedError
Public Instance Methods
# 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.