Class: Rucoa::Rubocop::ConfigurationChecker
- Inherits:
-
Object
- Object
- Rucoa::Rubocop::ConfigurationChecker
- Defined in:
- lib/rucoa/rubocop/configuration_checker.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.call ⇒ Boolean
10 11 12 |
# File 'lib/rucoa/rubocop/configuration_checker.rb', line 10 def call new.call end |
Instance Method Details
#call ⇒ Boolean
16 17 18 |
# File 'lib/rucoa/rubocop/configuration_checker.rb', line 16 def call rubocop_configured_for_current_directory? end |