lib/nanoc/cli/commands/show-rules.rb in nanoc-4.8.19 vs lib/nanoc/cli/commands/show-rules.rb in nanoc-4.9.0

- old
+ new

@@ -52,11 +52,11 @@ end puts end - def fmt_heading(s) - Nanoc::CLI::ANSIStringColorizer.c(s, :bold, :yellow) + def fmt_heading(str) + Nanoc::CLI::ANSIStringColorizer.c(str, :bold, :yellow) end end end runner Nanoc::CLI::Commands::ShowRules