class Bundler::Resolver

def state_any?(state)

def state_any?(state)
  state && state.possibles.any?
end