Method: Wool::Runner#warnings_to_fix

Defined in:
lib/wool/runner.rb

#warnings_to_fixObject

Returns the list of warnings the user has selected for fixing



103
104
105
# File 'lib/wool/runner.rb', line 103

def warnings_to_fix
  convert_warning_list(@fix)
end