Sha256: 9649f94d1c75a6c6381024b4489b1fc656e0dc5802163c6c1c07a1a773bc2ea8
Contents?: true
Size: 251 Bytes
Versions: 25
Compression:
Stored size: 251 Bytes
Contents
require 'storage_room' StorageRoom.debug = true # Optionally have an init file in your home directory file = File.expand_path('~/.storage_room_gem.rb') begin require file rescue LoadError StorageRoom.log("Could not load init file: #{file}") end
Version data entries
25 entries across 25 versions & 1 rubygems