Sha256: 65d1589dfc6ff702839a942b3e38a443f4325ea918d22fc11c9ef78a8243f5bf
Contents?: true
Size: 241 Bytes
Versions: 8
Compression:
Stored size: 241 Bytes
Contents
# <%= @title %> class <%= @name %> < Processing::App def setup end def draw end end <%= @name %>.new :title => "<%= @title %>"<%= ", :width => #{@width}" if @with_size %><%= ", :height => #{@height}" if @with_size %>
Version data entries
8 entries across 8 versions & 1 rubygems