Class: Gemstash::GemSource::Base

Inherits:
Object
  • Object
show all
Extended by:
Forwardable, Logging
Includes:
Logging
Defined in:
lib/gemstash/gem_source.rb

Overview

Base GemSource for some common utilities.

Direct Known Subclasses

PrivateSource, RedirectSource

Constant Summary

Constants included from Logging

Logging::LEVELS

Instance Method Summary collapse

Methods included from Logging

log, log_error, logger, reset, setup_logger

Constructor Details

#initialize(app) ⇒ Base

Returns a new instance of Base.



32
33
34
# File 'lib/gemstash/gem_source.rb', line 32

def initialize(app)
  @app = app
end