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