#*********************************************************************** #* Rwd/Tinker -- A Ruby program for the RudyWebDialog. #* Copyright (c) 2004 - 2005 by Steven Gibson. All Rights Reserved. #* #* This library is free software; you can redistribute it and/or #* modify it under the terms of the GNU General Public #* License as published by the Free Software Foundation; either #* . #* #* These files are distributed in the hope that they will be useful, #* but WITHOUT ANY WARRANTY; without even the implied warranty of #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #* General Public License for more details. #* #* You should have received a copy of the GNU General Public #* License along with these files; if not, write to the Free Software #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #* #* For further information please contact the author by e-mail #* at "smalllinux@gmai.com". #***********************************************************************/ def wrubyslippers_1_05 $tinkerdocumentsarray.delete_if {|x| x == "HowTo_RubySlippers.txt"} $tinkerhelpaboutarray.delete_if {|x| x == "RubySlippers"} Helptext.delete_if {|key, value| key == :Install_Gem } Helptext.delete_if {|key, value| key == :rubyslippers_generalhelp} Helptext.delete_if {|key, value| key == :GemCommands_help } Helptext.delete_if {|key, value| key == :gemfiles_help } Helptext.delete_if {|key, value| key == :gemdocs_help } Helptext.delete_if {|key, value| key == :gemfilesinstalled } Helptext.delete_if {|key, value| key == :gemconfiguration_help } Helptext.delete_if {|key, value| key == :gemspecdata_help } Helptext.delete_if {|key, value| key == :editgemspec_help } Helptext.delete_if {|key, value| key == :buildgem_help } Helptext.delete_if {|key, value| key == :viewgemdir_help } Helptext.delete_if {|key, value| key == :gemwhich_help } $rwdjumplink.delete_if {|x| x == "RubyslippersWindow"} $rwdjumplink.delete_if {|x| x == "DocumentScreen"} $rwdjumplink.delete_if {|x| x == "GemCommands"} $rwdjumplink.delete_if {|x| x == "ViewGemData"} $rwdjumplink.delete_if {|x| x == "GemInstallation"} $rwdjumplink.delete_if {|x| x == "GemFiles"} $rwdjumplink.delete_if {|x| x == "GemDocumentsView"} $rwdjumplink.delete_if {|x| x == "GemspecEditor"} $rwdjumplink.delete_if {|x| x == "GemspecDataViewer"} $rwdjumplink.delete_if {|x| x == "GemspecUtilities"} $rwdjumplink.delete_if {|x| x == "GemDirectories"} $rwdjumplink.delete_if {|x| x == "RubyslippersConfiguration"} @rwd_window = "main" end