当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Ruby VersionConflict.message_with_trees用法及代码示例


本文简要介绍ruby语言中Gem::Resolver::Molinillo::VersionConflict.message_with_trees的用法。

用法

message_with_trees(opts = {})

@return [String] 包含需求树的错误消息,

which is much more detailed & customizable than the default message

@param [Hash] 选择创建消息的选项。 @option opts [String]:solver_name user-facing 求解器的名称 @option opts [String]:possibility_type 可能性的通用名称 @option opts [Proc]:reduce_trees 减少列表的 proc需求树的数量 @option opts [Proc]:printable_requirement pretty-prints requirements @option opts [Proc]:additional_message_for_conflict 附加附加的 proc

messages for each conflict

@option opts [Proc]:version_for_spec 返回版本号的过程

possibility

相关用法


注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 VersionConflict.message_with_trees。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。