Sha256: 6db81284251f1e7c437ef766e7e5c45e00b98212c397499dbca6cbca5b889c8b

Contents?: true

Size: 831 Bytes

Versions: 14

Compression:

Stored size: 831 Bytes

Contents

# frozen_string_literal: true
##
# Stats printer that prints nothing

class RDoc::Stats::Quiet

  ##
  # Creates a new Quiet that will print nothing

  def initialize num_files
    @num_files = num_files
  end

  ##
  # Prints a message at the beginning of parsing

  def begin_adding(*) end

  ##
  # Prints when an alias is added

  def print_alias(*) end

  ##
  # Prints when an attribute is added

  def print_attribute(*) end

  ##
  # Prints when a class is added

  def print_class(*) end

  ##
  # Prints when a constant is added

  def print_constant(*) end

  ##
  # Prints when a file is added

  def print_file(*) end

  ##
  # Prints when a method is added

  def print_method(*) end

  ##
  # Prints when a module is added

  def print_module(*) end

  ##
  # Prints when RDoc is done

  def done_adding(*) end

end

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
rdoc-6.11.0 lib/rdoc/stats/quiet.rb
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/stats/quiet.rb
rdoc-6.10.0 lib/rdoc/stats/quiet.rb
rdoc-6.9.1 lib/rdoc/stats/quiet.rb
rdoc-6.9.0 lib/rdoc/stats/quiet.rb
rdoc-6.8.1 lib/rdoc/stats/quiet.rb
rdoc-6.8.0 lib/rdoc/stats/quiet.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/stats/quiet.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/lib/rdoc/stats/quiet.rb
rdoc-6.6.3.1 lib/rdoc/stats/quiet.rb
rdoc-6.6.2 lib/rdoc/stats/quiet.rb
rdoc-6.6.1 lib/rdoc/stats/quiet.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/rdoc-6.6.0/lib/rdoc/stats/quiet.rb
rdoc-6.6.0 lib/rdoc/stats/quiet.rb