Method: RuboCop::Cop::Style::RedundantFileExtensionInRequire#require_call?

Defined in:
lib/rubocop/cop/style/redundant_file_extension_in_require.rb

#require_call?(node) ⇒ Object



35
36
37
# File 'lib/rubocop/cop/style/redundant_file_extension_in_require.rb', line 35

def_node_matcher :require_call?, "(send nil? {:require :require_relative} $str_type?)\n"