Class: Originals::Image

Inherits:
Pixelart::Image
  • Object
show all
Defined in:
lib/originals.rb

Overview

“wrap” fabricate inside Image - why? why not?

Class Method Summary collapse

Class Method Details

.fabricate(name, *attributes) ⇒ Object Also known as: fab



125
126
127
# File 'lib/originals.rb', line 125

def self.fabricate( name, *attributes )
  Originals.factory.fabricate( name, *attributes )
end