Sha256: 0d35fdda94ba55f069a54e58e38cda36977b8423dc665b9b6897f94557eb44da
Contents?: true
Size: 296 Bytes
Versions: 44
Compression:
Stored size: 296 Bytes
Contents
%w[xot rucy beeps rays reflex processing rubysketch] .map {|s| File.expand_path "../../#{s}/lib", __dir__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'rubysketch' using RubySketch draw do background 0 textSize 30 text "hello, rubysketch!", 10, 100 end
Version data entries
44 entries across 44 versions & 1 rubygems