class RuboCop::Cop::Style::ExpandPathArguments

def strip_surrounded_quotes!(path_string)

def strip_surrounded_quotes!(path_string)
  path_string.slice!(path_string.length - 1)
  path_string.slice!(0)
  path_string
end