Skip to content

Instantly share code, notes, and snippets.

@nbibler
Created October 24, 2008 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbibler/19439 to your computer and use it in GitHub Desktop.
Save nbibler/19439 to your computer and use it in GitHub Desktop.
module GUI
class Button
# bar.
end
end
require "window"
require "button"
require "select_box"
##
# GUI encapsulates graphical interface components.
#
module GUI
end
module GUI
# Container object for display.
class Window
# foo.
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment