Top Level Namespace

Defined Under Namespace

Modules: Gem, Gtk, Qt, RuGUI, Rubygame Classes: ApplicationController, ApplicationView, ApplicationViewHelper, MainController, MainView, MainViewHelper, Object, Rugui

Constant Summary collapse

RUGUI_ENV =

Defines the environment to be used by the application.

(ENV['RUGUI_ENV'] || 'development').dup
APPLICATION_ROOT =

Do not change this file!

This was mainly copied (but modified a little bit) from the rails framework initializers, but made less picky about gem loading.

File.expand_path("#{File.dirname(__FILE__)}/..")