Sha256: b6d5f4e18e81771a7a0d83d020d9488230fb0eaaca751a31f390f5a2707886b7

Contents?: true

Size: 400 Bytes

Versions: 7022

Compression:

Stored size: 400 Bytes

Contents

require 'ruby-progressbar/output'

class   ProgressBar
module  Outputs
class   Null < Output
  alias refresh_with_format_change with_refresh

  def clear;        end
  def log(_string); end
  def refresh(*);   end

  def clear_string
    ''
  end

  def bar_update_string
    ''
  end

  def default_format
    ''
  end

  def resolve_format(_format)
    ''
  end

  def eol
    ''
  end
end
end
end

Version data entries

7,022 entries across 6,970 versions & 62 rubygems

Version Path
progressbar-1.9.0 lib/ruby-progressbar/outputs/null.rb
ruby-progressbar-1.9.0 lib/ruby-progressbar/outputs/null.rb