class RuboCop::Cop::Security::Open

def interpolated_string?(node)

def interpolated_string?(node)
  node.dstr_type?
end