module Molinillo::Delegates::ResolutionState

def unused_unwind_options

(see Molinillo::ResolutionState#unused_unwind_options)
def unused_unwind_options
  current_state = state || Molinillo::ResolutionState.empty
  current_state.unused_unwind_options
end