Module: RuboCop::RSpec::Language::Subjects
- Defined in:
- lib/rubocop/rspec/language.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.all(element) ⇒ Object
190 191 192 |
# File 'lib/rubocop/rspec/language.rb', line 190 def self.all(element) Language.config['Subjects'].include?(element.to_s) end |