Method: RuboCop::Cop::Base#active_support_extensions_enabled?

Defined in:
lib/rubocop/cop/base.rb

#active_support_extensions_enabled?Boolean

Returns:

  • (Boolean)


278
279
280
# File 'lib/rubocop/cop/base.rb', line 278

def active_support_extensions_enabled?
  @config.active_support_extensions_enabled?
end