public
Description: Code as Art, Art as Code. Processing and Ruby are meant for each other.
Homepage: http://github.com/jashkenas/ruby-processing/wikis
Clone URL: git://github.com/jashkenas/ruby-processing.git
commit  7ef4fd0af0d5cd0e5d9021aef1b85a1876653eae
tree    50c4effea38bf82175810b4c67c679be3ff9e45c
parent  8bbd2d3b1fb0a0635a2ae426f72f21bc2d13d107
ruby-processing / script / live_files / empty_coding.rb
100644 6 lines (5 sloc) 0.136 kb
1
2
3
4
5
6
# If you don't pass in a class, it just starts up IRB with
# Ruby-Processing loaded.
 
require 'irb'
require 'ruby-processing'
IRB.start