Sha256: b6fba3dcde715af5179fdc88659fe3e964ce6c71b6dc47de797fdb5c6730b293
Contents?: true
Size: 347 Bytes
Versions: 18
Compression:
Stored size: 347 Bytes
Contents
# A pry shell for live coding. # Will start with your sketch. require_relative 'base' Processing.load_and_run_sketch class PryException < StandardError end MESSAGE = "You need to 'jruby -S gem install pry' for 'live' mode" if Gem::Specification.find_all_by_name('pry').any? require 'pry' $app.pry else fail(PryException.new, MESSAGE) end
Version data entries
18 entries across 18 versions & 2 rubygems