Class: Wp2txt::NullProgressBar

Inherits:
Object
  • Object
show all
Defined in:
lib/wp2txt/cli_ui.rb

Overview

Null progress bar for quiet mode (does nothing)

Instance Method Summary collapse

Instance Method Details

#advance(_count = 1) ⇒ Object



422
# File 'lib/wp2txt/cli_ui.rb', line 422

def advance(_count = 1); end

#current=(_value) ⇒ Object



424
# File 'lib/wp2txt/cli_ui.rb', line 424

def current=(_value); end

#finishObject



423
# File 'lib/wp2txt/cli_ui.rb', line 423

def finish; end

#startObject



425
# File 'lib/wp2txt/cli_ui.rb', line 425

def start; end

#stopObject



426
# File 'lib/wp2txt/cli_ui.rb', line 426

def stop; end