class RuboCop::Cop::Utils::FormatString::FormatSequence

def percent?

def percent?
  type == '%'
end