Module: LogCabin

Defined in:
lib/logcabin.rb,
lib/logcabin/dircollection.rb,
lib/logcabin/gemcollection.rb

Overview

Support dynamic loading of modules at runtime

Defined Under Namespace

Modules: Modules Classes: BaseCollection, DirCollection, GemCollection

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object

Insert a helper .new() method for creating a new Cache object



8
9
10
# File 'lib/logcabin.rb', line 8

def new(*args)
  self::DirCollection.new(*args)
end