module ImageMosaic
Constants
- COLOUR
- LAYOUT
- VERSION
- WIDTH
Public Class Methods
create(items, layout: LAYOUT, colour: COLOUR, width: WIDTH)
click to toggle source
# File lib/image_mosaic.rb, line 20 def self.create(items, layout: LAYOUT, colour: COLOUR, width: WIDTH) Operations::Construct.new(items, layout: layout, colour: colour, width: width).parent end