module RuboCop::Cop::PercentLiteral
def percent_literal?(node)
def percent_literal?(node) return unless (begin_source = begin_source(node)) begin_source.start_with?('%') end
def percent_literal?(node) return unless (begin_source = begin_source(node)) begin_source.start_with?('%') end