Sha256: c86cbb00f0b512ef402f27f8a638dfd2b5760bcb192cd0ad7c36908f34edc5f2
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
require 'ruby-processing' class <%= @name %> < Processing::App def setup end def draw end end <%= @name %>.new :title => "<%= @title %>", :width => <%= @width %>, :height => <%= @height %>
Version data entries
3 entries across 3 versions & 1 rubygems