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.
An absolutely silent progress reporter.
A basic dotted progress reporter.
A progress reporter that prints out messages about the current progress.
Root of the HTTP redirect statuses
Root of the HTTP server error statuses
PersonConstruct
that contains information regarding the contributors of a Feed
or Entry
.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.contributor
Defines an image that provides a visual identification for a eed. The image should have an aspect ratio of 1:1.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.icon