class Molinillo::Resolver::Resolution::UnwindDetails

def unwinding_to_primary_requirement?

Returns:
  • (Boolean) - where the requirement of the state we're unwinding
def unwinding_to_primary_requirement?
  requirement_tree.last == state_requirement
end