Results for: "remove_const"

An HTTP Server

Base server class

Base TCP server class. You must subclass GenericServer and provide a run method.

exception to wait for reading. see IO.select.

No documentation available

This module has all methods of FileUtils module, but it outputs messages before acting. This equates to passing the :verbose flag to methods in FileUtils.

Logging severity.

Mixin for HTTP and FTP URIs.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Provides a single method deprecate to be used to declare when something is going away.

class Legacy
  def self.klass_method
    # ...
  end

  def instance_method
    # ...
  end

  extend Gem::Deprecate
  deprecate :instance_method, "X.z", 2011, 4

  class << self
    extend Gem::Deprecate
    deprecate :klass_method, :none, 2011, 4
  end
end

Utility methods for using the RubyGems API.

Includes URI::REGEXP::PATTERN

Switch that takes an argument.

No documentation available

An absolutely silent progress reporter.

A basic dotted progress reporter.

A progress reporter that behaves nicely with threaded downloading.

Root of the HTTP redirect statuses

Root of the HTTP server error statuses

Search took: 6ms  ·  Total Results: 3993