Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
trans edited this page May 9, 2011 · 8 revisions

Website QED

Tutorial with ANSI

Come on. Lets get a Jam on.

Put it down like this:

    # lib/dj.rb

    def self.dance!
      puts "Dance!"
    end

Zip it up up up up up:

$ gem build
$ gem install *.gem

Spin it up like this:

$ export RUBYOPT="-rbezel"

And run the tables:

    # my_slop.rb

    module Slop
      DJ = lib('dj')

      DJ.dance!
    end

"In the mix, this is my canvas." --D.j. BeZel

Clone this wiki locally