class RuboCop::Cop::RSpec::SharedExamples
def offense?(ast_node)
def offense?(ast_node) if style == :symbol ast_node.str_type? else # string ast_node.sym_type? end end
def offense?(ast_node) if style == :symbol ast_node.str_type? else # string ast_node.sym_type? end end