Module: LogCabin

Defined in:
lib/logcabin.rb,
lib/logcabin/collection.rb

Overview

Support dynamic loading of modules at runtime

Defined Under Namespace

Modules: Modules Classes: Collection

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::Collection.new(*args)
end