Sha256: 15e2888bc140fa6b4fac1a4378eab9cf0c7f11b715e9d18ce28e538076da73dc
Contents?: true
Size: 315 Bytes
Versions: 16
Compression:
Stored size: 315 Bytes
Contents
# An IRB shell for live coding. # This flavor will either load up empty Ruby-Processing, # or will start with your sketch. require_relative '../../ruby-processing/runners/base' Processing.load_and_run_sketch ARGV.clear # So that IRB doesn't try to load them as files. require 'irb' IRB.setup(__FILE__) IRB.start
Version data entries
16 entries across 16 versions & 1 rubygems