#!/usr/bin/ruby # Workaround lack of ruby Environment $: << "/System/Links/Libraries/ruby/site_ruby/1.8" require 'gobo' ### App Info ################################################################## # # Create a GoboApplication object and set app = GoboApplication.new() app.description = "Simple example showing GoboLinux's Ruby Framework." app.credits = "Released under the GNU GPL." app.usage = "" app.example = "foo bar baz" app.notes = <