Skip to content

Commit

Permalink
Add documentation for Conflict#root_error
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jul 24, 2017
1 parent 5b4c039 commit ed8a9ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/molinillo/resolution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class Resolution
# @attr [Array<Array<Object>>] requirement_trees the different requirement
# trees that led to every requirement for the conflicting name.
# @attr [{String=>Object}] activated_by_name the already-activated specs.
# @attr [Object] root_error an error that has occurred during resolution, and
# will be raised at the end of it if no resolution is found.
Conflict = Struct.new(
:requirement,
:requirements,
Expand Down

0 comments on commit ed8a9ca

Please sign in to comment.