module Udongo::ImageManipulation::Base
Public Class Methods
new(file, width, height, options = {})
click to toggle source
# File lib/udongo/image_manipulation/base.rb, line 6 def initialize(file, width, height, options = {}) @file = file @width = width @height = height @options = options end