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