class Bundler::OperationNotSupportedError
公共实例方法
message() 点击切换源代码
# File bundler/errors.rb, line 180 def message "Attempting to #{action} `#{@path}` is unsupported by your OS." end
# File bundler/errors.rb, line 180 def message "Attempting to #{action} `#{@path}` is unsupported by your OS." end