#!/usr/bin/ruby # Workaround lack of ruby Environment $: << "/System/Links/Libraries/ruby/site_ruby/1.8" require 'gobo' ### App Info ################################################################## # Subclass GoboApplication class GoboBigExample < GoboApplication public def initialize() super() self.description = "More complex example showing GoboLinux's Ruby Framework.." self.credits = "Released under the GNU GPL." self.usage = "" self.example = "foo bar baz" self.helpOnNoArguments = true self.notes = <