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

Version Path
ruby-processing-2.6.13 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.12 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.11 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.10 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.9 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.8 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.7 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.6 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.5 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.4 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.3 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.2 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.1 lib/ruby-processing/runners/live.rb
ruby-processing-2.6.0 lib/ruby-processing/runners/live.rb
ruby-processing-2.5.1 lib/ruby-processing/runners/live.rb
ruby-processing-2.5.0 lib/ruby-processing/runners/live.rb