Class: Originals::Image
- Inherits:
-
Pixelart::Image
- Object
- Pixelart::Image
- Originals::Image
- Defined in:
- lib/originals.rb
Overview
“wrap” fabricate inside Image - why? why not?
Class Method Summary collapse
- .fabricate(name, *attributes) ⇒ Object (also: fab)
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 |