Sha256: c08e13803808cf8f85f176cd40c01463cbaaee10a8a37bd4e9b46271379db5a6
Contents?: true
Size: 260 Bytes
Versions: 54
Compression:
Stored size: 260 Bytes
Contents
require 'mini_magick' module Udongo module ImageManipulation module Base def initialize(file, width, height, options = {}) @file = file @width = width @height = height @options = options end end end end
Version data entries
54 entries across 54 versions & 1 rubygems