Class: BareSketch

Inherits:
Sketch show all
Defined in:
lib/jruby_art/creators/sketch_writer.rb

Overview

The sketch class creates an array of formatted sketch lines

Instance Attribute Summary

Attributes inherited from Sketch

#param

Instance Method Summary collapse

Methods inherited from Sketch

#class_methods, #initialize, #methods

Constructor Details

This class inherits a constructor from Sketch

Instance Method Details

#codeObject



94
95
96
# File 'lib/jruby_art/creators/sketch_writer.rb', line 94

def code
  methods(BLANK)
end