:nodoc:
4 5 6 7 8
# File 'lib/minitest/pride_plugin.rb', line 4 def self.plugin_pride_options opts, _options # :nodoc: opts.on "-p", "--pride", "Pride. Show your testing pride!" do PrideIO.pride! end end