class RuboCop::Cop::Style::RegexpLiteral

def contains_slash?(node)

def contains_slash?(node)
  node_body(node).include?('/')
end