Method: Processing::Runner#live

Defined in:
lib/ruby-processing/runner.rb

#live(sketch) ⇒ Object

Run a sketch, opening its guts to IRB, letting you play with it.



83
84
85
86
# File 'lib/ruby-processing/runner.rb', line 83

def live(sketch)
  ensure_exists(sketch)
  spin_up('live.rb', sketch)
end