Method: RuboCop::Cop::Style::NestedFileDirname#file_dirname?
- Defined in:
- lib/rubocop/cop/style/nested_file_dirname.rb
#file_dirname?(node) ⇒ Object
28 29 30 31 |
# File 'lib/rubocop/cop/style/nested_file_dirname.rb', line 28 def_node_matcher :file_dirname?, "(send\n (const {cbase nil?} :File) :dirname ...)\n" |