Sha256: 11c4170a6a8e5b2c9a046ebacbf2b4615e6bbfeffbd39abfa1751f784ea5eb64

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

# An IRB shell for live coding. 
# This flavor will either load up empty Ruby-Processing, 
# or will start with your sketch.

require "#{File.dirname(__FILE__)}/base.rb"
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

3 entries across 3 versions & 1 rubygems

Version Path
ruby-processing-2.4.1 lib/ruby-processing/runners/live.rb
ruby-processing-1.0.11 lib/ruby-processing/runners/live.rb
ruby-processing-1.0.10.1 lib/ruby-processing/runners/live.rb