Sha256: c92ac2c0b96d2b473ab8b45712bc6c5a45957de0e9a08976d073b015f8f1ae1c
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
require 'escape' require 'fileutils' module Imagery VERSION = "0.0.2" autoload :Model, "imagery/model" autoload :Faking, "imagery/faking" autoload :S3, "imagery/s3" autoload :Test, "imagery/test" # Syntactic sugar for Imagery::Model::new # @see Imagery::Model#initialize for details def new(*args, &blk) Model.new(*args, &blk) end module_function :new end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
imagery-0.0.2 | lib/imagery.rb |