module Shoebox

Constants

VERSION

Public Class Methods

for(*types) click to toggle source
# File lib/shoebox.rb, line 5
def self.for(*types)
  Storage.new(types)
end