ruby-****@sourc*****
ruby-****@sourc*****
2012年 1月 4日 (水) 05:15:49 JST
------------------------- REMOTE_ADDR = 184.145.92.141 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk-intro ------------------------- @@ -9,7 +9,7 @@ To begin our introduction to GTK, we'll start with the simplest program possible. This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell: - require 'rubygems' +## require 'rubygems' ## -- Not really needed require 'gtk2' window = Gtk::Window.new window.show