module MiniTest

def self.plugin_rg_options opts, _options # :nodoc:

:nodoc:
def self.plugin_rg_options opts, _options # :nodoc:
  opts.on "--rg", "Add red/green to test output." do
    RG.rg!
  end
end