Method: RuboCop::Cop::Style::ExpandPathArguments#pathname_parent_expand_path

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

#pathname_parent_expand_path(node) ⇒ Object



66
67
68
69
70
71
# File 'lib/rubocop/cop/style/expand_path_arguments.rb', line 66

def_node_matcher :pathname_parent_expand_path, <<~PATTERN
  (send
    (send
      (send nil? :Pathname
        $_) :parent) :expand_path)
PATTERN