state_any?(state)
@return [Boolean] whether or not the given state has any possibilities
left.
# File lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb, line 238 def state_any?(state) state && state.possibilities.any? end