# sig/rubocop/cop/jekyll/no_p_allowed.rbs class RuboCop::Cop::Jekyll::NoPAllowed < RuboCop::Cop::Jekyll::Cop def on_send: () -> untyped end # sig/rubocop/cop/jekyll/no_puts_allowed.rbs class RuboCop::Cop::Jekyll::NoPutsAllowed < RuboCop::Cop::Jekyll::Cop def on_send: () -> untyped end