Method: Rexer::Commands::ProgressNotifier#completed

Defined in:
lib/rexer/commands.rb

#completedObject



35
36
37
# File 'lib/rexer/commands.rb', line 35

def completed
  Rexer.verbosity.on(:info) { puts Paint["done", :green] }
end