-#!/usr/bin/ruby
+#! /usr/bin/ruby
#
# * BOOH *
#
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+begin
+ require 'rubygems'
+rescue LoadError
+end
+
require 'gtk2'
require 'booh/libadds'