class RuboCop::Cop::Security::Open

def simple_string?(node)

def simple_string?(node)
  node.str_type?
end