class Molinillo::Resolver::Resolution

def state_any?(state)

Returns:
  • (Boolean) - whether or not the given state has any possibilities
def state_any?(state)
  state && state.possibilities.any?
end