module LogCabin

Support dynamic loading of modules at runtime

Public Class Methods

new(*args) click to toggle source

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

# File lib/logcabin.rb, line 8
def new(*args)
  self::DirCollection.new(*args)
end