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 Method Summary collapse

Methods inherited from Sketch

#class_methods, #methods

Instance Method Details

#code(param) ⇒ Object



88
89
90
# File 'lib/jruby_art/creators/sketch_writer.rb', line 88

def code(param)
  methods(param, BLANK)
end