Class: Gemstash::GemSource::Base
- Inherits:
-
Object
- Object
- Gemstash::GemSource::Base
- Extended by:
- Forwardable, Logging
- Includes:
- Logging
- Defined in:
- lib/gemstash/gem_source.rb
Overview
Base GemSource for some common utilities.
Direct Known Subclasses
Constant Summary
Constants included from Logging
Instance Method Summary collapse
-
#initialize(app) ⇒ Base
constructor
A new instance of Base.
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 |