#!/usr/bin/ruby

=begin

  rbbr - Ruby Meta-Level Information Browser

  $Author: mutoh $
  $Date: 2004/03/27 14:01:54 $

  Copyright (C) 2002 Ruby-GNOME2 Project

  Copyright (C) 2000-2002 Hiroshi Igarashi <iga@ruby-lang.org>

  This program is free software.
  You can distribute/modify this program under
  the terms of the Ruby Distribute License.

=end

require 'rbbr'

RBBR::UI::GTK.main
