Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: DependencyResolutionError
new(conflict) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/exceptions.rb, line 35
  def initialize conflict
    @conflict = conflict
    a, b = conflicting_dependencies

    super "conflicting dependencies #{a} and #{b}\n#{@conflict.explanation}"
  end
Register or log in to add new notes.