Module: RuboCop::RSpec::Language::Subjects

Defined in:
lib/rubocop/rspec/language.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.all(element) ⇒ Object



199
200
201
# File 'lib/rubocop/rspec/language.rb', line 199

def self.all(element)
  Language.config['Subjects'].include?(element.to_s)
end