W3cubDocs

/Ruby 2.7

class Bundler::Molinillo::Resolver::Resolution::Conflict

Parent:
Object

Public Instance Methods

possibility() Show source
# File lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb, line 33
def possibility
  possibility_set && possibility_set.latest_version
end

@return [Object] a spec that was unable to be activated due to a conflict

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.