class Bundler::OperationNotSupportedError
Public Instance Methods
message()
click to toggle source
# File bundler/errors.rb, line 180 def message "Attempting to #{action} `#{@path}` is unsupported by your OS." end