Class: Wool::LineWarning

Inherits:
Warning
  • Object
show all
Defined in:
lib/wool/warning.rb

Instance Attribute Summary

Attributes inherited from Warning

#body, #file, #line_number, #name, #settings, #severity

Class Method Summary collapse

Methods inherited from Warning

all_types, all_warnings, concrete_warnings, #count_occurrences, #desc, #fix, #fixable?, #generated_warnings, #get_indent, #indent, inherited, #initialize, #match?, opt, setting_accessor, type

Methods included from Advice

#advice_counter, #after_advice, #argument_advice, #before_advice, #bump_advice_counter!, #with_advice

Methods included from ModuleExtensions

#attr_accessor_with_default, #cattr_accessor, #cattr_accessor_with_default, #cattr_get_and_setter, #cattr_reader, #cattr_writer

Methods included from SexpAnalysis

#find_sexps, #parse

Methods included from LexicalAnalysis

#find_keyword, #find_token, #lex, #select_token, #split_on_keyword, #split_on_token, #text_between_token_positions

Constructor Details

This class inherits a constructor from Wool::Warning

Class Method Details

.optionsObject



131
132
133
# File 'lib/wool/warning.rb', line 131

def self.options
  @options ||= []
end