class Molinillo::Resolver::Resolution
def state_any?(state)
-
(Boolean)
- whether or not the given state has any possibilities
def state_any?(state) state && state.possibilities.any? end
(Boolean)
- whether or not the given state has any possibilities
def state_any?(state) state && state.possibilities.any? end