Array
Store for all cops with helper functions
@return [Array<String>] list of types for current cops.
# File lib/rubocop/cop/cop.rb, line 10 def types @types = map(&:cop_type).uniq! unless defined? @types @types end
Generated with the Darkfish Rdoc Generator 2.